Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the locations that define the vertices of the shape.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public LocationCollection Locations { get; set; }
public:
property LocationCollection^ Locations {
LocationCollection^ get();
void set(LocationCollection^ value);
}
member Locations : LocationCollection with get, set
Public Property Locations As LocationCollection
Property Value
Type: Microsoft.Maps.MapControl.WPF.LocationCollection
Returns LocationCollection.
Remarks
??? slsnip_shapes_xaml
See Also
MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top