Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1DragInertiaStartedEventArgs Class / DragHelper Property

In This Topic
    DragHelper Property (C1DragInertiaStartedEventArgs)
    In This Topic
    Gets a reference to the C1DragHelper that originated the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DragHelper As C1DragHelper
    public C1DragHelper DragHelper {get;}
    See Also