Returns 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:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxfloat 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
Remarks
Returned value is always defined (is not float.NaN).
Assigned value must be defined (not float.NaN). You can set undefined values for RawFrame instance properties.
See Also