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