For a list of all members of this type, see DragSource members.
Name | Description | |
---|---|---|
![]() | AssociatedObject | Gets the UIElement associated with this DragSource object. |
![]() | CopyCursorTemplate | Gets or sets the data template used as a cursor while copy operation is performed during drag-and-drop operation. This is a dependency property. |
![]() | DataObject | Gets or sets the object that hold the meaningful for the drag-and-drop operation data. |
![]() | DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | DragChannels | Gets or sets the channels that object can be dragged into. This is a dependency property. |
![]() | DraggingOffset | Gets or sets the drag mouse offset after which dragging is initiated. The default and minimal value is 2 pixels. |
![]() | DragTemplate | Gets or sets data template used by dragged element while drag-and-drop operation is performed. This is a dependency property. |
![]() | DropNotAllowedCursorTemplate | Gets or sets the data template used as a cursor if there drop target is not found during drag-and-drop operation. This is a dependency property. |
![]() | FindDropTargetMode | Gets or sets the find drop target mode. |
![]() | IsDraggable | Gets or sets a value indicating whether marked element can be dragged. This is a dependency property. |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) |
![]() | MoveCursorTemplate | Gets or sets the data template used as a cursor during regular drag-and-drop operation. This is a dependency property. |