LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

End Property (IAnnLine)






Gets or sets the ending point of the line object. .NET support Silverlight support
Syntax
Point End {get; set;}
'Declaration
 
Property End As Point
'Usage
 
Dim instance As IAnnLine
Dim value As Point
 
instance.End = value
 
value = instance.End
Point End {get; set;}
get_End();
set_End(value);
property Point End {
   Point get();
   void set (    Point value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnnLine Interface
IAnnLine Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.