4 references to CounterClockwise
Microsoft.Maui.Controls (4)
Shapes\ArcSegment.cs (1)
40
BindableProperty.Create(nameof(SweepDirection), typeof(SweepDirection), typeof(ArcSegment), SweepDirection.
CounterClockwise
);
Shapes\GeometryHelper.cs (1)
215
arcSeg.SweepDirection == SweepDirection.
CounterClockwise
,
Shapes\PathFigureCollectionConverter.cs (1)
296
SweepDirection = sweep ? SweepDirection.Clockwise : SweepDirection.
CounterClockwise
,
Shapes\PathGeometry.cs (1)
109
arcSegment.SweepDirection == SweepDirection.
CounterClockwise
,