LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

End Property (AnnLineObject)

Show in webframe





Gets or sets a value that specifies ending point for this AnnLineObject. This is a dependency property.
Syntax
public Point End {get; set;}
'Declaration
 
Public Property End As Point
'Usage
 
Dim instance As AnnLineObject
Dim value As Point
 
instance.End = value
 
value = instance.End

            

            
public:
property Point End {
   Point get();
   void set (    Point value);
}

Property Value

The ending point for this AnnLineObject.
Example

For XAML example, refer to AnnLineObject.

For C#/VB examples, refer to AnnLineObject.

Requirements

Target Platforms

See Also

Reference

AnnLineObject Class
AnnLineObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.