2 writes to RotationAngle
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (1)
21 RotationAngle = rotationAngle;
Shapes\PathFigureCollectionConverter.cs (1)
294 RotationAngle = rotation,
6 references to RotationAngle
Microsoft.Maui.Controls (5)
Shapes\ArcSegment.cs (2)
34 /// <summary>Bindable property for <see cref="RotationAngle"/>.</summary> 36 BindableProperty.Create(nameof(RotationAngle), typeof(double), typeof(ArcSegment), 0.0);
Shapes\GeometryHelper.cs (1)
213 arcSeg.RotationAngle,
Shapes\PathFigureCollectionConverter.cs (1)
643 .Append(arcSegment.RotationAngle)
Shapes\PathGeometry.cs (1)
107 arcSegment.RotationAngle,
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\GeometryExtensions.cs (1)
187 arcSegment.RotationAngle,