Error processing SSI file
(Leadtools.Controls)

Show in webframe

IsCanceled Property (InteractivePinchCompletedEventArgs)




Indicates if this pinch operation was canceled.
Syntax
public bool IsCanceled {get; set;}
'Declaration
 
Public Property IsCanceled As Boolean

Property Value

true if this pinch operation was canceled, otherwise; false.
Remarks

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:

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.

Requirements

Target Platforms

See Also

Reference

InteractivePinchCompletedEventArgs Class
InteractivePinchCompletedEventArgs Members

Error processing SSI file