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



Gets the location for the current interactive point mode. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

The location for the current interactive point mode.

Example

For C#/VB examples, refer to ImageViewer.InteractiveCenterAt.

Remarks

The ImageViewer.InteractiveModeUseClientCordinates property controls whether the value of Position is in image or client coordinates.

Requirements

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

See Also