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