2 references to BrushProperty
Microsoft.Maui.Controls (2)
Shadow.cs (2)
36
get { return (Brush)GetValue(
BrushProperty
); }
37
set { SetValue(
BrushProperty
, value); }