To add a background color to a Label in XAML, you can use BackgroundColor to wrap the Label.
XAML
<Label Text="Label with background" BackgroundColor="Red"/>To add a background color to a Label in XAML, you can use BackgroundColor to wrap the Label.
XAML
<Label Text="Label with background" BackgroundColor="Red"/>
Share with