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

CardRowTextElementBase.ForeColor Property

Gets or sets the color used to paint a current text visual element.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(null)]
public Color? ForeColor { get; set; }

Property Value

Type Default Description
Nullable<Color> *null*

A Color value that specifies the color used to paint a current text visual element.

Remarks

If the CardRowTextElementBase.PredefinedForeColor property is set to CardPredefinedColor.NotSet, ForeColor will be used to paint visual elements. If the ForeColor property is not specified, a text element will be painted using the CardPredefinedColor.Main color.

See Also