Enum NumberBoxSpinButtonPlacementMode
Defines values that specify how the spin buttons used to increment or decrement the Value are displayed.
public enum NumberBoxSpinButtonPlacementMode
Fields
Compact = 1
The spin buttons have two visual states, depending on focus. By default, the spin buttons are displayed in a compact, vertical orientation. When the Numberbox gets focus, the spin buttons expand.
Hidden = 0
The spin buttons are not displayed.
Inline = 2
The spin buttons are displayed in an expanded, horizontal orientation.