Gets or sets a source for the vertex points. The PointsSource is used only if Points property is not set(Points is null value).

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public IEnumerable<Point> PointsSource { get; set; }
Visual Basic
Public Property PointsSource As IEnumerable(Of Point)
	Get
	Set

See Also