ArcSegment.RotationAngle Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<ArcSegment RotationAngle="double"/>
Property Value
Type: System.DoubleThe amount (in degrees) by which the ellipse is rotated about the x-axis. The default is 0.
Dependency property identifier field: RotationAngleProperty
The following illustration shows several elliptical arcs that are identical except for their RotationAngle settings.
Several ArcSegment objects with different RotationAngle settings

Show: