Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / MaxDropDownHeight Property


In This Topic
    MaxDropDownHeight Property
    In This Topic
    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