DragCanvasElementBeingDragged Property

Returns the UIElement currently being dragged, or null.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public UIElement ElementBeingDragged { get; protected set; }

Property Value

UIElement

Remarks

Note to inheritors: This property exposes a protected setter which should be used to modify the drag element.

See Also