←Select platform

End Property

Summary

Gets or sets the ending point of the line object.

Syntax

C#
VB
C++
public Point End { get; set; } 
  
Property End As Point 
property Point End { 
   Point get(); 
   void set (    Point ); 
} 

Property Value

A System.Windows.Point structure that specifies the ending point of the line object.

Remarks

An IAnnLine based object consists of a straight line that goes from Start to End. For more information, refer to AnnLineObject for WPF

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly