SpinDirection Enum
Definition
Represents spin directions that could be initiated by the end-user.
public enum SpinDirection
Fields
| Name | Description |
|---|---|
| Decrease | Represents a spin initiated by the end-user in order to Decrease a value. |
| Increase | Represents 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