Click here to Skip to main content
15,745,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody,

I have a from where i have several fields,
Now i want to add a Background image on the form, but after did it the whole fields on the form moved down:
This is the code:
<Image Source="fondopantalla.png" 
                        AbsoluteLayout.LayoutBounds="0,0,0,0"
                        AbsoluteLayout.LayoutFlags="All"
                        VerticalOptions="FillAndExpand"
                        Aspect="AspectFill"
                        IsVisible="true"
                        HeightRequest="650"
                    />


How can i do it?

What I have tried:

Trying to insert a background image
Posted
Comments
Gerry Schmitz 27-Jul-22 20:42pm    
https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.page.backgroundimagesource?view=xamarin-forms

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900