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



In This Topic
    DropDownHeight Property (PrepareDropDownEventArgs)
    In This Topic
    Height of the DropDown, modify to set a custom size, set double.NaN to use default.
    Syntax
    'Declaration
     
    
    Public Property DropDownHeight As Double
    'Usage
     
    
    Dim instance As PrepareDropDownEventArgs
    Dim value As Double
     
    instance.DropDownHeight = value
     
    value = instance.DropDownHeight
    public double DropDownHeight {get; set;}
    public:
    property double DropDownHeight {
       double get();
       void set (    double value);
    }
    See Also