MapPolyline.ProjectedPoints Property
Gets or sets vertices of the polygon.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected override PointCollection ProjectedPoints { get; set; }
protected:
property PointCollection^ ProjectedPoints {
virtual PointCollection^ get() override;
virtual void set(PointCollection^ value) override;
}
override ProjectedPoints : PointCollection with get, set
Protected Overrides Property ProjectedPoints As PointCollection
Property Value
Type: System.Windows.Media.PointCollection
Returns PointCollection.
See Also
MapPolyline Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top