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

MapCallout.SelectedTextColor Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

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

Declaration

public Color SelectedTextColor { get; set; }

Property Value

Type Description
Color

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

See Also