ComponentOne Xamarin.Android
DropDownHeight Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : DropDownHeight Property
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
public double DropDownHeight {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members