Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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
     
    
    Public Property DropDownHeight As Double
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Double
     
    instance.DropDownHeight = value
     
    value = instance.DropDownHeight
    public double DropDownHeight {get; set;}
    See Also