ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollViewer Class / VerticalSmallChange Property



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