Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / SpinnerLocation Enumeration


In This Topic
    SpinnerLocation Enumeration
    In This Topic
    The available position for the 2 RepeatButtons in UpDown controls like DoubleUpDownByteUpDownDatePickerDateTimeUpDown, etc.
    Syntax
    'Declaration
     
    
    Public Enum SpinnerLocation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SpinnerLocation
    public enum SpinnerLocation : System.Enum 
    Members
    MemberDescription
    LeftThe Up & Down RepeatButtons are located on the left-hand side of the  control.
    RightThe Up & Down RepeatButtons are located on the right-hand side of the control.
    Inheritance Hierarchy

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

    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