I’m having trouble changing the background into a solid color using Visual Studios and .NET, below is an image which is what setting the background currently does. I have also included the code which is meant to make it all happen. To make it clear I want the entire screen to be white, not just half of it.
Thanks for the help.
Cheers
<w:CirclePage.Content>
<StackLayout
BackgroundColor="White"
HorizontalOptions="FillAndExpand"
Orientation="Vertical"
VerticalOptions="FillAndExpand">
<Label Text="Hello" TextColor="Black" Margin="10" />
<Button Text="Click me" Clicked="Page1Clicked" Margin="50"></Button>
</StackLayout>
</w:CirclePage.Content>![backgroundimage|500x500]
(upload://yAdpgeA9RdMFZr9NuEW3jLyHwQD.png)