C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / RotationX Property


In This Topic
RotationX Property (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Public Overridable Property RotationX As Single
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Single
 
instance.RotationX = value
 
value = instance.RotationX
See Also