Skip to main content

SpinStyle Enum

Lists values that specify the orientation of spin buttons.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public enum SpinStyle

Members

Name Description
Vertical

Orients the increment and decrement buttons vertically.

spinStyle_Vert

Horizontal

Orients the increment and decrement buttons horizontally.

spinStyle_Horz

Related API Members

The following properties accept/return SpinStyle values:

See Also