ComponentOne Xamarin.Android
MinDropDownHeight Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : MinDropDownHeight Property
Gets or sets the minimum length constraint of the drop-down box.
Syntax
'Declaration
 
Public Property MinDropDownHeight As Double
'Usage
 
Dim instance As C1DropDown
Dim value As Double
 
instance.MinDropDownHeight = value
 
value = instance.MinDropDownHeight
public double MinDropDownHeight {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members