'DeclarationPublic Enum ValidSpinDirections Inherits System.Enum
'UsageDim instance As ValidSpinDirections
public enum ValidSpinDirections : System.Enum
'DeclarationPublic Enum ValidSpinDirections Inherits System.Enum
'UsageDim instance As ValidSpinDirections
public enum ValidSpinDirections : System.Enum
| Member | Description |
|---|---|
| Decrease | The Down RepeatButton is active. |
| Increase | The Up RepeatButton is active. |
| None | None of the 2 RepeatButtons are active. |
Note that this property takes the values of the Maximum & Minimum properties into account, which means that if a value reaches the value set in the Maximum property, the Up RepeatButton will automatically be deactivated because it cannot continue to increase said value anymore; the same thing would happen to the Down RepeatButton if ever the value reaches the threshold set via the Minimum property.
System.Object
System.ValueType
System.Enum
Xceed.Maui.Toolkit.ValidSpinDirections
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2