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



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