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


In This Topic
    ValidSpinDirections Enumeration
    In This Topic
    Gets or sets which of the 2 RepeatButtons are active in an UpDown control.
    Syntax
    'Declaration
     
    
    Public Enum ValidSpinDirections 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ValidSpinDirections
    public enum ValidSpinDirections : System.Enum 
    Members
    MemberDescription
    DecreaseThe Down RepeatButton is active.
    IncreaseThe Up RepeatButton is active.
    NoneNone of the 2 RepeatButtons are active.
    Remarks

    Note that this property takes the values of the MaximumMinimum 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.

    Inheritance Hierarchy

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

    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