IOleObject
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
float Rotation { get; set; }
Property Rotation As Single
Get
Set
property float Rotation {
float get ();
void set (float value);
}
abstract Rotation : float32 with get, set
Property Value
Type:
Single
See Also