ComponentOne Maps for WPF and Silverlight
PointsSource Property (C1VectorPolygon)

C1.WPF.Maps Namespace > C1VectorPolygon Class : PointsSource Property
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 System.Collections.Generic.IEnumerable(Of Point)
public System.Collections.Generic.IEnumerable<Point> PointsSource {get; set;}
See Also

Reference

C1VectorPolygon Class
C1VectorPolygon Members