Class DragAndDropArgs
Class defining the behavior for drag and drop operations.
public class DragAndDropArgs
- Inheritance
-
DragAndDropArgs
- Inherited Members
Constructors
DragAndDropArgs()
Initializes a new instance of the DragAndDropArgs class.
public DragAndDropArgs()
Properties
DragFromLocation
The point on the source object where the drag operation begins. Default = Position.Center.
public Location DragFromLocation { get; set; }
Property Value
DropOnLocation
The point on the target object where the drag and drop operation ends. Default = Position.Center.
public Location DropOnLocation { get; set; }
Property Value
MouseButtonClicked
The mouse button used to drag this object. Default = MouseButton.Left.
public MouseButton MouseButtonClicked { get; set; }