MapRouteView.RouteColor 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 or sets the color of the route displayed in the MapRouteView.
public:
property Color RouteColor { Color get(); void set(Color value); };
Color RouteColor();
void RouteColor(Color value);
public Color RouteColor { get; set; }
var color = mapRouteView.routeColor;
mapRouteView.routeColor = color;
Public Property RouteColor As Color
Property Value
The color of the route displayed in the MapRouteView.