ComponentOne Maps for WPF and Silverlight
Points Property (C1VectorPolygon)

C1.WPF.Maps Namespace > C1VectorPolygon Class : Points Property
Gets or sets a collection that contains the vertex points of the C1VectorPolygon. The points represents geographical coordinates where X=longitude and Y=latitude.
Syntax
'Declaration
 
Public Property Points As System.Windows.Media.PointCollection
public System.Windows.Media.PointCollection Points {get; set;}
See Also

Reference

C1VectorPolygon Class
C1VectorPolygon Members