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

MapItem.HighlightedStroke Property

Gets or sets the color that specifies how the highlighted outline is painted on a map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public Color HighlightedStroke { get; set; }

Property Value

Type Description
Color

A Color object that is a color to fill the highlighted outline of a map item.

See Also