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



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