Back to Devexpress

SpinStyle Enum

wpf-devexpress-dot-xpf-dot-editors-a39f440d.md

latest1.1 KB
Original Source

SpinStyle Enum

Lists values that specify the orientation of spin buttons.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum SpinStyle
vb
Public Enum SpinStyle

Members

NameDescription
Vertical

Orients the increment and decrement buttons vertically.

| | Horizontal |

Orients the increment and decrement buttons horizontally.

|

The following properties accept/return SpinStyle values:

See Also

DevExpress.Xpf.Editors Namespace