Skip to main content
A newer version of this page is available. .

IModelMapSettings.RouteColor Property

Specifies the color of the line displaying the route.

Namespace: DevExpress.ExpressApp.Maps.Web.Helpers

Assembly: DevExpress.ExpressApp.Maps.Web.v18.2.dll

Declaration

Color RouteColor { get; set; }

Property Value

Type Description
Color

A Color of the line displaying the route.

Property Paths

You can access this nested property as listed below:

Object Type Path to RouteColor
IModelMaps
.MapSettings.RouteColor
See Also