ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / ButtonAlign Enumeration

In This Topic
    ButtonAlign Enumeration
    In This Topic
    Enumeration that determines the alignment of trigger and spinner buttons of input.
    Syntax
    'Declaration
     
    Public Enum ButtonAlign 
       Inherits System.Enum
    public enum ButtonAlign : System.Enum 
    Members
    MemberDescription
    LeftDisplays buttons on the left side of input content.
    RightDisplays buttons on the right side of the input content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Input.ButtonAlign

    See Also