'Declaration Public Enum SpinnerAlign Inherits System.Enum
public enum SpinnerAlign : System.Enum
'Declaration Public Enum SpinnerAlign Inherits System.Enum
public enum SpinnerAlign : System.Enum
Member | Description |
---|---|
HorizontalDownLeft | Display the spin button as two buttons, and the down button is on the left, the up button is on the right. |
HorizontalUpLeft | Display the spin button as two buttons, and the up button is on the left, the down button is on the right. |
VerticalLeft | Dispaly the spin button as one button, and the up button is on the top, and the down button is on the bottom, the position is in control's left. |
VerticalRight | Dispaly the spin button as one button, and the up button is on the top, and the down button is on the bottom, the position is in control's right. |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Controls.C1Input.SpinnerAlign