2 references to IsFilledProperty
Microsoft.Maui.Controls (2)
Shapes\PathFigure.cs (2)
65
set { SetValue(
IsFilledProperty
, value); }
66
get { return (bool)GetValue(
IsFilledProperty
); }