ComponentOne Xamarin.iOS
MinDropDownHeight Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : MinDropDownHeight Property
Gets or sets the minimum length constraint of the drop-down box.
Syntax
'Declaration
 
<Foundation.ExportAttribute("MinDropDownHeight")>
<BrowsableAttribute(True)>
Public Property MinDropDownHeight As Double
'Usage
 
Dim instance As C1DropDown
Dim value As Double
 
instance.MinDropDownHeight = value
 
value = instance.MinDropDownHeight
[Foundation.Export("MinDropDownHeight")]
[Browsable(true)]
public double MinDropDownHeight {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members