Back to Devexpress

MapCustomElement.TextGlowColor Property

windowsforms-devexpress-dot-xtramap-dot-mapcustomelement-ec6e7abc.md

latest1.4 KB
Original Source

MapCustomElement.TextGlowColor Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public Color TextGlowColor { get; set; }
vb
Public Property TextGlowColor As Color

Property Value

TypeDescription
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.

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

See Also

MapCustomElement Class

MapCustomElement Members

DevExpress.XtraMap Namespace