Share via


LocationRect.Southwest Property

 

Gets or sets the location of the southwest corner of the rectangle.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public Location Southwest { get; set; }
public:
property Location^ Southwest {
    Location^ get();
    void set(Location^ value);
}
member Southwest : Location with get, set
Public Property Southwest As Location

Property Value

Type: Microsoft.Maps.MapControl.WPF.Location

Returns Location.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top