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)
Syntax public float Rotation { get; set; }
Public Property Rotation As Single
Get
Set
public:
virtual property float Rotation {
float get () sealed;
void set (float value) sealed;
}
abstract Rotation : float32 with get, set
override Rotation : float32 with get, set
Property Value
Type:
SingleImplements
IShapeRotationRemarks
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