Version

SpinDelta Property (WebNumericEditor)

Gets sets value that is used to increment/decrement the editing value on spin events.
Syntax
'Declaration
 
Public Property SpinDelta As Double
public double SpinDelta {get; set;}
Remarks

That value is also used when increment/decrement happens on the up/down arrow keys.

If Buttons.ListOfValues is set, then that property has no effect.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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