ArcSegment.RotationAngle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.