Skip to main content

Shape.RotationAngle Property

Gets or sets the number of degrees the shape is rotated around the z-axis.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

float RotationAngle { get; set; }
Property RotationAngle As Single

Property Value

Type Description
Single

A Single value that is the number of degrees.

Remarks

A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation.

See Also