SpinDirection Enumeration

Represents spin directions that could be initiated by the end-user.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
public enum SpinDirection

Members

Increase0 Represents a spin initiated by the end-user in order to Increase a value.
Decrease1 Represents a spin initiated by the end-user in order to Decrease a value.

See Also