2 references to BackgroundColorProperty
Microsoft.Maui.Controls (2)
Span.cs (2)
44 get { return (Color)GetValue(BackgroundColorProperty); } 45 set { SetValue(BackgroundColorProperty, value); }