ComponentOne FinancialChart for WPF
MinDropDownWidth Property



C1.WPF Namespace > C1DropDownButton Class : MinDropDownWidth Property
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

Reference

C1DropDownButton Class
C1DropDownButton Members