Compartilhar via


Propriedade MapPolygon.Path

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

Sintaxe

'Declaração
<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

Valor de propriedade

Tipo: Microsoft.Phone.Maps.Controls.GeoCoordinateCollection

Informações sobre versão

.NET para aplicativos do Windows Phone

Com suporte em: Windows Phone 8, Silverlight 8.1

Segurança do .NET Framework

Consulte também

Referência

MapPolygon Classe

Namespace Microsoft.Phone.Maps.Controls