Maps for WinRT
PointsSource Property (C1VectorPolyline)


Gets or sets a source for the vertex points. The PointsSource is used only if Points property is not set(Points is null value).
Syntax
'Declaration
 
Public Property PointsSource As IEnumerable(Of Point)
'Usage
 
Dim instance As C1VectorPolyline
Dim value As IEnumerable(Of Point)
 
instance.PointsSource = value
 
value = instance.PointsSource
public IEnumerable<Point> PointsSource {get; set;}
See Also

Reference

C1VectorPolyline Class
C1VectorPolyline Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback