←Select platform

Points Property

Summary

Gets the collection of points that defines this polyline object.

Syntax

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

Property Value

A System.Windows.Media.PointCollection object that contains the points that defines this polyline object.

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