ComponentOne Basic Library for WPF and Silverlight
HorizontalSmallChange Property (C1ScrollViewer)


C1.WPF Namespace > C1ScrollViewer Class : HorizontalSmallChange Property
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 System.Double
'Usage
 
Dim instance As C1ScrollViewer
Dim value As System.Double
 
instance.HorizontalSmallChange = value
 
value = instance.HorizontalSmallChange
public System.double HorizontalSmallChange {get; set;}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members