HorizontalSmallChange Property
In This Topic
Gets or sets the value to be added to or subtracted from the horizontal offset value when the scroll is moved.
Syntax
'Declaration
Public Property HorizontalSmallChange As Double
'Usage
Dim instance As C1ScrollViewer
Dim value As Double
instance.HorizontalSmallChange = value
value = instance.HorizontalSmallChange
public double HorizontalSmallChange {get; set;}
public:
property double HorizontalSmallChange {
double get();
void set ( double value);
}
See Also