Share via


LocationRect.West Property

 

Gets or sets the longitude of the western border of the rectangle.

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

Syntax

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

Property Value

Type: System.Double

Returns Double.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top