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