WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / ExpandDirection Enumeration

In This Topic
    ExpandDirection Enumeration
    In This Topic
    Specifies the direction in which a C1.Silverlight.Extended.C1Expander control opens.
    Syntax
    'Declaration
     
    
    Public Enum ExpandDirection 
       Inherits System.Enum
    public enum ExpandDirection : 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.Accordion.ExpandDirection

    See Also