Share via


MapPolygon.Path-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.Phone.Maps.Controls.GeoCoordinateCollection

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

MapPolygon Klasse

Microsoft.Phone.Maps.Controls-Namespace