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

DrawMapShapeEventArgs.TitleGlowColor Property

Gets or sets the glow color of a map shape used to draw the shape.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public Color TitleGlowColor { 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