GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Rotation Property


In This Topic
Rotation Property (IShape)
In This Topic
Gets or sets the rotation of the shape, in degrees.
Syntax
'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.
See Also