2 references to IsLargeArcProperty
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (2)
78
set { SetValue(
IsLargeArcProperty
, value); }
79
get { return (bool)GetValue(
IsLargeArcProperty
); }