RotationX Property (C1TreeMap)
In This Topic
Syntax
'Declaration
Public Property RotationX As Double
'Usage
Dim instance As C1TreeMap
Dim value As Double
instance.RotationX = value
value = instance.RotationX
public double RotationX {get; set;}
See Also