LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Cancel Property (ImagePanViewerEventArgs)

Show in webframe





Gets or sets a value that indicates whether to cancel the current pan process.
Syntax
public bool Cancel {get; set;}
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As ImagePanViewerEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel

            

            
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}

Property Value

true to cancel the current pan process, otherwise; false.
Example

For C#/VB examples, refer to ImagePanViewer.

Requirements

Target Platforms

See Also

Reference

ImagePanViewerEventArgs Class
ImagePanViewerEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.