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); };
double RotationAngle();

void RotationAngle(double value);
public double RotationAngle { get; set; }
var double = arcSegment.rotationAngle;
arcSegment.rotationAngle = double;
Public Property RotationAngle As Double
<ArcSegment RotationAngle="double"/>

Property Value

Double

double

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

Applies to