SpinDirection Enumeration
Represents spin directions that could be initiated by the end-user.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum SpinDirection
Public Enumeration SpinDirection
type SpinDirection
Members
Increase | 0 | Represents a spin initiated by the end-user in order to Increase a value. |
Decrease | 1 | Represents a spin initiated by the end-user in order to Decrease a value. |