C#
VB
C++
Indicates whether DragStarted events should fire on mouse or touch down.
public bool DragStartsOnDown { get; set; }
Public Property DragStartsOnDown() As Boolean
Get
Set
public:
property bool DragStartsOnDown
{
bool get()
void set(bool value)
}
true if DragStarted events should fire on mouse or touch down; otherwise, it is false (DragStarted events will fire on mouse or touch up). Default value is true.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET