WinUI | ComponentOne
C1.WinUI.Accordion Assembly / C1.WinUI.Accordion Namespace / ExpanderIconAlignment Enumeration
In This Topic
    ExpanderIconAlignment Enumeration
    In This Topic
    Specifies how the expander icon is aligned inside the header.
    Syntax
    public enum ExpanderIconAlignment : System.Enum 
    Members
    MemberDescription
    LeftThe icon is shown at the left of the header.
    RightThe icon is aligned to the right of the header.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Accordion.ExpanderIconAlignment

    See Also