LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Status Property
See Also 
Leadtools.Windows.Controls Namespace > ImagePanViewerEventArgs Class : Status Property



Gets the current status of the pan process. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Status As ImagePanViewerStatus
Visual Basic (Usage)Copy Code
Dim instance As ImagePanViewerEventArgs
Dim value As ImagePanViewerStatus
 
value = instance.Status
C# 
public ImagePanViewerStatus Status {get;}
C++/CLI 
public:
property ImagePanViewerStatus Status {
   ImagePanViewerStatus get();
}

Property Value

A member of the ImagePanViewerStatus enumeration that indicates the status of the current pan process.

Example

For C#/VB examples, refer to ImagePanViewer.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also