Rotation Property (Shape)
Gets or sets the rotation of the shape, in degrees.
public double Rotation {get; set;}
'Declaration
Public Property Rotation As Double
'Usage
Dim instance As Shape
Dim value As Double
instance.Rotation = value
value = instance.Rotation
Property Value
The rotation of the shape.