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| 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.For XAML example, refer to AnnPolygonObject.
(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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code