11 references to SweepDirection
Microsoft.Maui.Controls (10)
Shapes\ArcSegment.cs (5)
17 public ArcSegment(Point point, Size size, double rotationAngle, SweepDirection sweepDirection, bool isLargeArc) 40 BindableProperty.Create(nameof(SweepDirection), typeof(SweepDirection), typeof(ArcSegment), SweepDirection.CounterClockwise); 69 public SweepDirection SweepDirection 72 get { return (SweepDirection)GetValue(SweepDirectionProperty); }
Shapes\GeometryHelper.cs (1)
215 arcSeg.SweepDirection == SweepDirection.CounterClockwise,
Shapes\PathFigureCollectionConverter.cs (3)
296 SweepDirection = sweep ? SweepDirection.Clockwise : SweepDirection.CounterClockwise, 647 .Append(arcSegment.SweepDirection == SweepDirection.Clockwise ? "1" : "0")
Shapes\PathGeometry.cs (1)
109 arcSegment.SweepDirection == SweepDirection.CounterClockwise,
Microsoft.Maui.Controls.Compatibility (1)
iOS\Extensions\GeometryExtensions.cs (1)
183 arcSegment.SweepDirection == SweepDirection.CounterClockwise,