Enum ButtonLayoutTypes
The available button layout options for the increment/decrement buttons.
public enum ButtonLayoutTypes : byte
Fields
Horizontal = 1
Displays the buttons side by side horizontally.
Stacked = 0
Displays the buttons stacked on top of each other.