CardRowTextElementBase.PredefinedForeColor Property
Gets or sets the predefined color used to paint a current text visual element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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