ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DropDownButton Class / DropDownDirection Property



In This Topic
    DropDownDirection Property (C1DropDownButton)
    In This Topic
    Specifies the expand direction of the control drop-down box.
    Syntax
    'Declaration
     
    
    Public Property DropDownDirection As DropDownDirection
    'Usage
     
    
    Dim instance As C1DropDownButton
    Dim value As DropDownDirection
     
    instance.DropDownDirection = value
     
    value = instance.DropDownDirection
    public DropDownDirection DropDownDirection {get; set;}
    public:
    property DropDownDirection DropDownDirection {
       DropDownDirection get();
       void set (    DropDownDirection value);
    }
    See Also