CardRowTextElementBase.ForeColor Property
Gets or sets the 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
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