MapShapeBase.ProjectedPoints Property

 

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.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

protected abstract PointCollection ProjectedPoints { get; set; }
protected:
property PointCollection^ ProjectedPoints {
    virtual PointCollection^ get() abstract;
    virtual void set(PointCollection^ value) abstract;
}
abstract ProjectedPoints : PointCollection with get, set
Protected MustOverride Property ProjectedPoints As PointCollection

Property Value

Type: System.Windows.Media.PointCollection

Returns PointCollection.

See Also

MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top