'Declaration Public Property RotationX As Double
'Declaration
Public Property RotationX As Double
'Usage Dim instance As Polygon Dim value As Double instance.RotationX = value value = instance.RotationX
'Usage
Dim instance As Polygon Dim value As Double instance.RotationX = value value = instance.RotationX
public double RotationX {get; set;}
Polygon Class Polygon Members