Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Points Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnPolylineObject Class : Points Property





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

Syntax

Visual Basic (Declaration) 
Public Property Points As PointCollection
Visual Basic (Usage)Copy Code
Dim instance As AnnPolylineObject
Dim value As PointCollection
 
instance.Points = value
 
value = instance.Points
C# 
public PointCollection Points {get; set;}
C++/CLI 
public:
property PointCollection Points {
   PointCollection get();
   void set (PointCollection value);
}
XAML Attributes Usage 

<object Points=System.Windows.Media.PointCollection .../>

Dependencies Property Information 

Identifier field

PointsProperty

Metadata properties set to true

AffectsMeasure, AffectsRender

XAML Property Element Usage 

<object> <object.Points> <PointCollection .../> </object.Points> </object>

XAML Attributes Usage 

<object Points=System.Windows.Media.PointCollection .../>

Dependencies Property Information 

Identifier field

PointsProperty

Metadata properties set to true

AffectsMeasure, AffectsRender

XAML Property Element Usage 

<object> <object.Points> <PointCollection .../> </object.Points> </object>

Return Value

The PointCollection assigned to this AnnPolylineObject.

Example

For XAML example, refer to AnnPolygonObject.

Remarks

(Read only) The Points property is a zero-based indexed collection used to hold all the 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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Points requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.