Skip to main content

DrawMapShapeEventArgs.TitleColor Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.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