UIElement.CanDrag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the element can be dragged as data in a drag-and-drop operation.
public:
property bool CanDrag { bool get(); void set(bool value); };
bool CanDrag();
void CanDrag(bool value);
public bool CanDrag { get; set; }
var boolean = uIElement.canDrag;
uIElement.canDrag = boolean;
Public Property CanDrag As Boolean
Property Value
Boolean
bool
true if the element can be dragged as data in a drag-and-drop operation; otherwise, false. The default is false.