Set Background Image For Stacklayout In Xamarin

[Solved] Set Background Image For Stacklayout In Xamarin | Scala - Code Explorer | yomemimo.com
Question : set background image for stacklayout in xamarin

Answered by : aja-ifeanyi

<StackLayout Padding="0" BackgroundColor="Yellow">
<Image Source="ic_splash.png" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" Aspect="AspectFill" > </Image>

Source : https://stackoverflow.com/questions/33931498/how-to-fill-image-fullscreen-in-stacklayout-in-xamarin | Last Update : Sun, 18 Sep 22

Answers related to set background image for stacklayout in xamarin

Code Explorer Popular Question For Scala