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


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