ComponentOne Basic Library for WPF and Silverlight
Increment Property (C1NumericBox)


C1.WPF Namespace > C1NumericBox Class : Increment Property
Gets or sets the increment applied when the user pressed the up/down arrow keys.
Syntax
'Declaration
 
Public Property Increment As System.Double
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Double
 
instance.Increment = value
 
value = instance.Increment
public System.double Increment {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members