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


C1.WPF Namespace > C1NumericBox Class : Interval Property
Gets or sets the interval for the Increase and Decrease buttons.
Syntax
'Declaration
 
Public Property Interval As System.Integer
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Integer
 
instance.Interval = value
 
value = instance.Interval
public System.int Interval {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members