ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollDeltaEventArgs Class / CumulativeScroll Property



In This Topic
    CumulativeScroll Property (C1ScrollDeltaEventArgs)
    In This Topic
    Gets the accumulated scroll.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CumulativeScroll As Double
    'Usage
     
    
    Dim instance As C1ScrollDeltaEventArgs
    Dim value As Double
     
    value = instance.CumulativeScroll
    public double CumulativeScroll {get;}
    public:
    property double CumulativeScroll {
       double get();
    }
    See Also