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