←Select platform

Points Property

Summary

Gets the System.Windows.Media.PointCollection assigned to this AnnPolylineObject. This is a dependency property.

Syntax

C#
VB
C++
public PointCollection Points { get; set; } 
  
Public Property Points As PointCollection 
public: 
property PointCollection^ Points { 
   PointCollection^ get(); 
   void set (    PointCollection^ ); 
} 

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

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