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

CardRowTextElementBase.PredefinedForeColor Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(CardPredefinedColor.NotSet)]
public CardPredefinedColor PredefinedForeColor { get; set; }

Property Value

Type Default Description
CardPredefinedColor **NotSet**

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

Remarks

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

See Also