NumberBoxSpinButtonPlacementMode enum¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.NumberBoxSpinButtonPlacementMode
Modifiers: public sealed
Summary¶
Defines values that specify how the spin buttons used to increment or decrement the Value are displayed.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
Hidden | 0 | The spin buttons are not displayed. |
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. |
Inline | 2 | The spin buttons are displayed in an expanded, horizontal orientation. |