Skip to main content

CardRowTextElementBase.ForeColor Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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