Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragPreviewEventArgs 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