Xamarin.Forms: Apply a global style to any page
<Style TargetType="Page"
ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor"
Value="White" />
</Style>
<Style TargetType="Page"
ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor"
Value="White" />
</Style>
Comments
Post a Comment
Say something nice please.
Thank you.