C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / Rotation Property


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