C#
VB
C++
Indicates whether PinchStarted events should fire on mouse or touch down.
public bool PinchStartsOnDown { get; set; }
Public Property PinchStartsOnDown() As Boolean
Get
Set
public:
property bool PinchStartsOnDown
{
bool get()
void set(bool value)
}
true if PinchStarted events should fire on mouse or touch down; otherwise, it is false (PinchStarted 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