Indicates if this pinch operation was canceled.
public bool IsCanceled { get; set; }
public:
property bool IsCanceled
{
bool get()
void set(bool value)
}
true if this pinch operation was canceled, otherwise; false.
A pinch operation consists of PinchStarted (when the user touch down with two fingers), followed by one or more PinchDelta (while dragging on the control) and finally PinchCompleted (when the fingers are moved up). This pinch operation can be aborted at anytime if one of the following occur after PinchStarted has been fired but before PinchCompleted:
The user has switched the UI away from the control. For example by pressing ALT-TAB or the Windows key in platforms that support a keyboard.
The user has pressed the Escape key and the value of InteractiveService.CancelOnEscape was set to true.
In these cases, the service will fire the PinchCompleted to complete the pinch operation but the value of IsCanceled will be set to true and ImageViewerInteractiveMode objects listening to the pinch event will abort the work started.
InteractivePinchCompletedEventArgs Class
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document