ComponentOne Basic Library for WPF and Silverlight
SmallChange Property (C1ProgressBar)


C1.WPF Namespace > C1ProgressBar Class : SmallChange Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property SmallChange As System.Double
'Usage
 
Dim instance As C1ProgressBar
Dim value As System.Double
 
instance.SmallChange = value
 
value = instance.SmallChange
[System.ComponentModel.Category("Behavior")]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public System.double SmallChange {get; set;}
See Also

Reference

C1ProgressBar Class
C1ProgressBar Members