MapShapeBase::ProjectedPoints Property
Bing
When overridden in a derived class, gets or sets the projected points of the shape. Use this property to arrange the points of derived classes.
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
protected: property PointCollection^ ProjectedPoints { virtual PointCollection^ get() abstract; virtual void set(PointCollection^ value) abstract; }
Show: