Share via


MapPolyline.Path Property

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
<TypeConverterAttribute(GetType(GeoCoordinateCollectionConverter))> _
Public Property Path As GeoCoordinateCollection
[TypeConverterAttribute(typeof(GeoCoordinateCollectionConverter))]
public GeoCoordinateCollection Path { get; set; }
[TypeConverterAttribute(typeof(GeoCoordinateCollectionConverter))]
public:
property GeoCoordinateCollection^ Path {
    GeoCoordinateCollection^ get ();
    void set (GeoCoordinateCollection^ value);
}
[<TypeConverterAttribute(typeof(GeoCoordinateCollectionConverter))>]
member Path : GeoCoordinateCollection with get, set

Property Value

Type: Microsoft.Phone.Maps.Controls.GeoCoordinateCollection

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

MapPolyline Class

Microsoft.Phone.Maps.Controls Namespace