MapPolygon.Path Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the path of GeoCoordinates that makes the polygon shape.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
'Declaration <TypeConverterAttribute(GetType(GeoCoordinateCollectionConverter))> _ Public Property Path As GeoCoordinateCollection
Property Value
Type: Microsoft.Phone.Maps.Controls.GeoCoordinateCollectionThe path of GeoCoordinates that makes the polygon shape.
Set the value of the Path property by providing a value in XAML or by setting it programmatically in your code. Don't set the value of the Path property by using a XAML style. If you set the value by using a XAML style, undefined results may occur that also affect other MapPolygon instances.