2 references to SweepDirectionProperty
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (2)
71
set { SetValue(
SweepDirectionProperty
, value); }
72
get { return (SweepDirection)GetValue(
SweepDirectionProperty
); }