ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RulerGauge Class / OnManipulationDelta Method

In This Topic
    OnManipulationDelta Method (C1RulerGauge)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnManipulationDelta( _
       ByVal e As Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs _
    ) 
    protected virtual void OnManipulationDelta( 
       Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs e
    )

    Parameters

    e
    See Also