Skip to main content
A newer version of this page is available. .

SpinStyle Enum

Lists values that specify the orientation of spin buttons.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.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

See Also