LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Points Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnPolylineObject Class : Points Property



The Points Property supports WPF/Silverlight.

The Points Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets the System.Windows.Media.PointCollection assigned to this AnnPolylineObject. This is a dependency property.Supported in Silverlight, Windows Phone 7

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);
}

Property Value

The System.Windows.Media.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 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.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

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.