ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ExpandDirection Enumeration



In This Topic
    C1ExpandDirection Enumeration
    In This Topic
    Specifies the direction in which a C1.Silverlight.Extended.C1Expander control opens.
    Syntax
    'Declaration
     
    
    Public Enum C1ExpandDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As C1ExpandDirection
    public enum C1ExpandDirection : System.Enum 
    public enum class C1ExpandDirection : public System.Enum 
    Members
    MemberDescription
    DownThe C1.Silverlight.Extended.C1Expander control opens down.
    LeftThe C1.Silverlight.Extended.C1Expander control opens left.
    RightThe C1.Silverlight.Extended.C1Expander control opens right.
    UpThe C1.Silverlight.Extended.C1Expander control opens up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1ExpandDirection

    See Also