Gets the value indicating whether element is dragged.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public bool Dragged { get; }
Visual Basic (Declaration)
Public ReadOnly Property Dragged As Boolean
Visual C++
public:
property bool Dragged {
	bool get ();
}

See Also