Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

Points Property (AnnPolylineObject)






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

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features