LocationRect.Width Property

 

Gets or sets the width of the rectangle.

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

Syntax

public double Width { get; }
public:
property double Width {
    double get();
}
member Width : float with get
Public ReadOnly Property Width As Double

Property Value

Type: System.Double

Returns Double.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top