LocationRect.Northwest Property
Gets the location or the northwest corner of the rectangle.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Location Northwest { get; }
public:
property Location^ Northwest {
Location^ get();
}
member Northwest : Location with get
Public ReadOnly Property Northwest As Location
Property Value
Type: Microsoft.Maps.MapControl.WPF.Location
Returns Location.
See Also
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top