RotationAngle Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

public double RotationAngle { get; set; }
<ArcSegment RotationAngle="double"/>

Property Value

Type: System.Double
The 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

ArcSegments with different RotationAngle settings

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft