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


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