MapRouteView.Route Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.