ComponentOne FinancialChart for WPF
MaxDropDownWidth Property (C1DropDownButton)



C1.WPF Namespace > C1DropDownButton Class : MaxDropDownWidth Property
Gets or sets maximum width constraint of the drop-down box.
Syntax
'Declaration
 
Public Property MaxDropDownWidth As Double
'Usage
 
Dim instance As C1DropDownButton
Dim value As Double
 
instance.MaxDropDownWidth = value
 
value = instance.MaxDropDownWidth
public double MaxDropDownWidth {get; set;}
public:
property double MaxDropDownWidth {
   double get();
   void set (    double value);
}
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members