MapCore.BoundingRectangle Property
Gets the rectangle that defines the boundaries of the map view.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public LocationRect BoundingRectangle { get; }
public:
property LocationRect^ BoundingRectangle {
LocationRect^ get();
}
member BoundingRectangle : LocationRect with get
Public ReadOnly Property BoundingRectangle As LocationRect
Property Value
Type: Microsoft.Maps.MapControl.WPF.LocationRect
Returns LocationRect.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top