Enum ValidSpinDirections
Represents spin directions that are valid.
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Input.Toolkit.dll
Syntax
[Flags]
public enum ValidSpinDirections
Fields
| Name | Description |
|---|---|
| Decrease | Can decrease. |
| Increase | Can increase. |
| None | Can not increase nor decrease. |