Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ArcSegment.RotationAngle Property

Definition

Namespace:
System.Windows.Media
Assembly:
PresentationCore.dll

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.

πŸ‘ 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

Item Value
Identifier field RotationAngleProperty
Metadata properties set to true None

Applies to


Feedback

Was this page helpful?