Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / ExpanderIconAlignment Enumeration

In This Topic
    ExpanderIconAlignment Enumeration
    In This Topic
    Specifies how the expander icon is aligned inside the header.
    Syntax
    'Declaration
     
    
    Public Enum ExpanderIconAlignment 
       Inherits System.Enum
    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.Blazor.Accordion.ExpanderIconAlignment

    See Also