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