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

MapCallout.HighlightedTextColor Property

Gets or sets the color used to display a highlighted map callout’s text.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public Color HighlightedTextColor { get; set; }

Property Value

Type Description
Color

A Color structure object, representing the color of a highlighted map callout’s text.

See Also