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



In This Topic
    MinDropDownHeight Property
    In This Topic
    Gets or sets minimum height constraint of the drop-down box.
    Syntax
    'Declaration
     
    
    Public Property MinDropDownHeight As Double
    'Usage
     
    
    Dim instance As C1DropDownButton
    Dim value As Double
     
    instance.MinDropDownHeight = value
     
    value = instance.MinDropDownHeight
    public double MinDropDownHeight {get; set;}
    public:
    property double MinDropDownHeight {
       double get();
       void set (    double value);
    }
    See Also