MapRouteView.Route Property

Definition

Gets the MapRoute displayed by the MapRouteView.

public:
 property MapRoute ^ Route { MapRoute ^ get(); };
MapRoute Route();
public MapRoute Route { get; }
var mapRoute = mapRouteView.route;
Public ReadOnly Property Route As MapRoute

Property Value

The MapRoute displayed by the MapRouteView.

Applies to

See also