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); };
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.
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 |