ComponentOne Xamarin.iOS
MaxDropDownHeight Property


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

Reference

C1DropDown Class
C1DropDown Members