Breadcrumbs.ForeColor Property
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.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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