Skip to main content

SpinDirection Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

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

public enum SpinDirection

Inheritance: Enum -> SpinDirection

Fields

NameDescription
DecreaseRepresents a spin initiated by the end-user in order to Decrease a value.
IncreaseRepresents a spin initiated by the end-user in order to Increase a value.

Decrease Field

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

public Avalonia.Controls.SpinDirection Decrease

Increase Field

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

public Avalonia.Controls.SpinDirection Increase