C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / DropDownHeight Property


In This Topic
DropDownHeight Property
In This Topic
Gets or sets the height of the drop-down object.
Syntax
'Declaration
 
Public Property DropDownHeight As Double
 
'Usage
 
Dim instance As C1DropDown
Dim value As Double
 
instance.DropDownHeight = value
 
value = instance.DropDownHeight
See Also