Skip to content

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

NameValueDescription
Hidden0The spin buttons are not displayed.
Compact1The 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.
Inline2The spin buttons are displayed in an expanded, horizontal orientation.