ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Double
    public System.double CumulativeScroll {get;}
    See Also