DragCanvasElementBeingDragged Property
Returns the UIElement currently being dragged, or null.
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public UIElement ElementBeingDragged { get; protected set; }
Property Value
UIElement
Note to inheritors: This property exposes a protected
setter which should be used to modify the drag element.