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

Points Property (AnnPolylineObject)






Gets the System.Windows.Media.PointCollection assigned to this AnnPolylineObject. This is a dependency property. .NET support Silverlight support
Syntax
public PointCollection Points {get; set;}
'Declaration
 
Public Property Points As PointCollection
'Usage
 
Dim instance As AnnPolylineObject
Dim value As PointCollection
 
instance.Points = value
 
value = instance.Points
public PointCollection Points {get; set;}
 get_Points();
set_Points(value);
public:
property PointCollection^ Points {
   PointCollection^ get();
   void set (    PointCollection^ value);
}

Property Value

The System.Windows.Media.PointCollection assigned to this AnnPolylineObject.
Remarks
The Points property is a zero-based indexed collection used to hold all the System.Windows.Point structures assigned to this AnnPolylineObject. Since the property is read-only, it can not be assigned a collection of points directly. Points can be added or removed by using the methods inherited from the PointCollection class.
Example

For XAML example, refer to AnnPolygonObject.

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

AnnPolylineObject Class
AnnPolylineObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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