MapRouteView.OutlineColor 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 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.