LocationRect.Height Property

 

Gets the height of the location rectangle.

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

Syntax

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

Property Value

Type: System.Double

Returns Double.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top