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 location of the pushpin on the map.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Location Location { get; set; }
public:
property Location^ Location {
Location^ get();
void set(Location^ value);
}
member Location : Location with get, set
Public Property Location As Location
Property Value
Type: Microsoft.Maps.MapControl.WPF.Location
Returns Location.
See Also
Pushpin Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top