Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1DropDown Class / DropDownHeight Property

In This Topic
    DropDownHeight Property (C1DropDown)
    In This Topic
    Gets or sets the height of the drop-down box (set to Double.NaN to size automatically).
    Syntax
    'Declaration
     
    
    Public Property DropDownHeight As Double
    public double DropDownHeight {get; set;}
    See Also