ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ScrollViewer Class / HorizontalSmallChange Property

In This Topic
    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 System.Double
    public System.double HorizontalSmallChange {get; set;}
    See Also