Route.BoundingBox Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property BoundingBox As LocationRectangle
public LocationRectangle BoundingBox { get; internal set; }
public:
virtual property LocationRectangle^ BoundingBox {
    LocationRectangle^ get () sealed;
    internal: void set (LocationRectangle^ value) sealed;
}
abstract BoundingBox : LocationRectangle with get, internal set 
override BoundingBox : LocationRectangle with get, internal set

Property Value

Type: Microsoft.Phone.Maps.Controls.LocationRectangle

Implements

IRoutePath.BoundingBox

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Route Class

Microsoft.Phone.Maps.Services Namespace