ArcSegment.RotationAngle Property

Definition

Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis.

public:
 property double RotationAngle { double get(); void set(double value); };
public double RotationAngle { get; set; }
member this.RotationAngle : double with get, set
Public Property RotationAngle As Double

Property Value

The amount (in degrees) by which the ellipse is rotated about the x-axis. The default value is 0.

Remarks

The following illustration shows several elliptical arcs that are identical except for their RotationAngle settings.

ArcSegments with different RotationAngle settings
Several ArcSegment objects with different RotationAngle settings

Note that, if the arc's width and height are the same, setting this property has no effect.

Dependency Property Information

Identifier field RotationAngleProperty
Metadata properties set to true None

Applies to