Xceed Toolkit for Maui v2.0 Documentation
SpinDirection Enumeration


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : SpinDirection Enumeration
The directions available in the Spinned event triggered when clicking on a Button from an UpDown control.
Syntax
'Declaration
 
Public Enum SpinDirection 
   Inherits System.Enum
'Usage
 
Dim instance As SpinDirection
public enum SpinDirection : System.Enum 
Members
MemberDescription
DecreaseThe Down RepeatButton was pressed.
IncreaseThe Up RepeatButton was pressed.
Remarks
The DoubleUpDownByteUpDownDateUpDown & TimePicker are examples of UpDown controls.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Maui.Toolkit.SpinDirection

Requirements

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

See Also

Reference

Xceed.Maui.Toolkit Namespace