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

MapItem.HighlightedFill Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public Color HighlightedFill { get; set; }

Property Value

Type Description
Color

A Color that is the color to fill the highlighted map item.

See Also