Share via


LocationRect.South Property

 

Gets or sets the latitude of the southern border of the rectangle.

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

Syntax

public double South { get; set; }
public:
property double South {
    double get();
    void set(double value);
}
member South : float with get, set
Public Property South As Double

Property Value

Type: System.Double

Returns Double.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top