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


In This Topic
    DropDownHeight Property
    In This Topic
    Gets or sets the height of the drop-down object.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("DropDownHeight")>
    <BrowsableAttribute(True)>
    Public Property DropDownHeight As Double
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Double
     
    instance.DropDownHeight = value
     
    value = instance.DropDownHeight
    [Foundation.Export("DropDownHeight")]
    [Browsable(true)]
    public double DropDownHeight {get; set;}
    See Also