Xceed Toolkit for Maui v2.0 Documentation
Increment Property


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > NumericUpDown<T> Class : Increment Property
Gets or sets the increment value.
Syntax
'Declaration
 
Public Property Increment As T
'Usage
 
Dim instance As NumericUpDown(Of T)
Dim value As T
 
instance.Increment = value
 
value = instance.Increment
public T Increment {get; set;}
Remarks
This value will be added to the control's Value every time its Up RepeatButton is clicked & subtracted from said Value every time its Down RepeatButton is clicked.
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

NumericUpDown<T> Class
NumericUpDown<T> Members