Rotation Property (IShape)
Gets or sets the rotation of the shape, in degrees.
'Declaration
Property Rotation As Double
'Usage
Dim instance As IShape
Dim value As Double
instance.Rotation = value
value = instance.Rotation
Property Value
The rotation of the shape.