Breadcrumbs.ForeColor Property
In This Article
Gets or sets the foreground color that Breadcrumb Items and Breadcrumb Home Item use in the default state to display their text.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color ForeColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The foreground color that Breadcrumb Items and Breadcrumb Home Item use to display their text. |
See Also