C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / ButtonAlign Enumeration

ButtonAlign Enumeration
Enumeration that determines the alignment of trigger and spinner buttons of input.
Syntax
'Declaration
 
Public Enum ButtonAlign 
   Inherits 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