Rotation Property (PlotArea)
In This Topic
Gets of sets the counterclockwise rotation around the vertical axis.
Syntax
'Declaration
Public Property Rotation As Single
'Usage
Dim instance As PlotArea
Dim value As Single
instance.Rotation = value
value = instance.Rotation
public float Rotation {get; set;}
Exceptions
See Also