Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DragStartingEventArgs Class / Mode Property

In This Topic
    Mode Property (C1DragStartingEventArgs)
    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