ComponentOne FinancialChart for WPF
C1.WPF Namespace / PrepareDropDownEventArgs Class / DropDownWidth Property



In This Topic
    DropDownWidth Property (PrepareDropDownEventArgs)
    In This Topic
    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