GoXam for WPF v3
Points Property (Route)
Northwoods.GoXam Namespace > Route Class : Points Property
Gets or sets the list of Points in model coordinates that form the route.
Syntax
[TypeConverter(Northwoods.GoXam.Route/PointListConverter)]
public IList<Point> Points {get; set;}

Property Value

The returned list of points should be treated as read-only. Instead of modifying it, call SetPoint, InsertPoint, RemovePoint, or ClearPoints.
See Also

Reference

Route Class
Route Members