ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DropDownButton Class / DropDownHeight Property



In This Topic
    DropDownHeight Property (C1DropDownButton)
    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
    'Usage
     
    
    Dim instance As C1DropDownButton
    Dim value As Double
     
    instance.DropDownHeight = value
     
    value = instance.DropDownHeight
    public double DropDownHeight {get; set;}
    public:
    property double DropDownHeight {
       double get();
       void set (    double value);
    }
    See Also