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

Points Property (AnnPolylineObject)

Show in webframe





Gets the System.Windows.Media.PointCollection assigned to this AnnPolylineObject. This is a dependency property.
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:
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

See Also

Reference

AnnPolylineObject Class
AnnPolylineObject Members

 

 


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