Version 24.2 (latest)

DragSource Class Properties

For a list of all members of this type, see DragSource members.

Public Properties
 NameDescription
Public PropertyAssociatedObjectGets the UIElement associated with this DragSource object.  
Public PropertyCopyCursorTemplateGets or sets the data template used as a cursor while copy operation is performed during drag-and-drop operation. This is a dependency property.  
Public PropertyDataObjectGets or sets the object that hold the meaningful for the drag-and-drop operation data.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDragChannelsGets or sets the channels that object can be dragged into. This is a dependency property.  
Public PropertyDraggingOffsetGets or sets the drag mouse offset after which dragging is initiated. The default and minimal value is 2 pixels.  
Public PropertyDragTemplateGets or sets data template used by dragged element while drag-and-drop operation is performed. This is a dependency property.  
Public PropertyDropNotAllowedCursorTemplateGets 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.  
Public PropertyFindDropTargetModeGets or sets the find drop target mode.  
Public PropertyIsDraggableGets or sets a value indicating whether marked element can be dragged. This is a dependency property.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyMoveCursorTemplateGets or sets the data template used as a cursor during regular drag-and-drop operation. This is a dependency property.  
See Also