Skip to main content

MapCallout.HighlightedTextColor Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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