Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1DragStartingEventArgs Class / Mode Property

In This Topic
    Mode Property
    In This Topic
    Gets or sets the mode indicating the sort of drag to be listened.
    Syntax
    'Declaration
     
    
    Public Property Mode As C1DragHelperMode
    public C1DragHelperMode Mode {get; set;}
    See Also