MapRouteView.OutlineColor Property

Definition

Gets or sets the color of the outline of the route displayed in the MapRouteView.

public:
 property Color OutlineColor { Color get(); void set(Color value); };
Color OutlineColor();

void OutlineColor(Color value);
public Color OutlineColor { get; set; }
var color = mapRouteView.outlineColor;
mapRouteView.outlineColor = color;
Public Property OutlineColor As Color

Property Value

The color of the outline of the route displayed in the MapRouteView.

Remarks

By default, the fill color of the route does not have a colored outline.

Applies to

See also