Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ExpandDirection Enumeration

In This Topic
    ExpandDirection Enumeration
    In This Topic
    Specifies where the content area of an expanded C1AccordionPage is displayed in relation to its header.
    Syntax
    'Declaration
     
    
    Public Enum ExpandDirection 
       Inherits System.Enum
    public enum ExpandDirection : System.Enum 
    Members
    MemberDescription
    DownThe C1Accordion is oriented vertically. The content area of the expanded C1AccordionPage is displayed under its header.
    LeftThe C1Accordion is oriented horizontally. The content area of the expanded C1AccordionPage is displayed to the left of its header.
    RightThe C1Accordion is oriented horizontally. The content area of the expanded C1AccordionPage is displayed to the right of its header.
    UpThe C1Accordion is oriented vertically. The content area of the expanded C1AccordionPage is displayed above its header.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Accordion.ExpandDirection

    See Also