Back to Devexpress

Breadcrumbs.ForeColor Property

corelibraries-devexpress-dot-xtracharts-dot-breadcrumbs-eb12c0d1.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color ForeColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property ForeColor As Color

Property Value

TypeDescription
Color

The foreground color that Breadcrumb Items and Breadcrumb Home Item use to display their text.

|

See Also

Breadcrumbs Class

Breadcrumbs Members

DevExpress.XtraCharts Namespace