ComponentOne FinancialChart for WPF
DropDownWidth Property (PrepareDropDownEventArgs)



C1.WPF Namespace > PrepareDropDownEventArgs Class : DropDownWidth Property
Width of the DropDown, modify to set a custom size, set double.NaN to use default.
Syntax
'Declaration
 
Public Property DropDownWidth As Double
'Usage
 
Dim instance As PrepareDropDownEventArgs
Dim value As Double
 
instance.DropDownWidth = value
 
value = instance.DropDownWidth
public double DropDownWidth {get; set;}
public:
property double DropDownWidth {
   double get();
   void set (    double value);
}
See Also

Reference

PrepareDropDownEventArgs Class
PrepareDropDownEventArgs Members