Click or drag to resize

Shape Rotation Property

Gets or sets the number of degrees the specified shape is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Read/write Single .

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public virtual float Rotation { get; set; }

Property Value

Type: Single

Implements

IShape Rotation
See Also