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