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

DrawMapShapeEventArgs.TitleColor Property

Gets or sets the color used to draw the map shape’s title.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public Color TitleColor { get; set; }

Property Value

Type Description
Color

A Color value.

Remarks

The following image explains the title color and the title glow color.

ColorAndGlowColor

See Also