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



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

Syntax

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

Property Value

The end location for the current interactive line mode.

Example

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

Remarks

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

Requirements

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

See Also