MapPolylineBasePoints Property |
Gets or sets the points of the polyline.
Namespace:
Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public PointCollection Points { get; set; }
Public Property Points As PointCollection
Get
Set
public:
property PointCollection^ Points {
PointCollection^ get ();
void set (PointCollection^ value);
}
member Points : PointCollection with get, set
Property Value
Type:
PointCollectionSee Also