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

MapCustomElement.TextGlowColor Property

Gets or sets the glow color of a text for a map custom element.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public Color TextGlowColor { get; set; }

Property Value

Type Description
Color

A Color object that is the glow color of a text.

Remarks

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

ColorAndGlowColor

Note that the TextGlowColor property is not effective when the AllowHtmlText option is enabled.

See Also