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