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