2 references to BackgroundColorProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeItem.cs (2)
20
get { return (Color)GetValue(
BackgroundColorProperty
); }
21
set { SetValue(
BackgroundColorProperty
, value); }