MapRouteView.RouteColor Property

Definition

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.

Applies to

See also