Skip to main content

BreadcrumbsModel.HoverForeColor Property

Gets or sets the Breadcrumbs.HoverForeColor property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public Color HoverForeColor { get; set; }

Property Value

Type Description
Color

A color used to paint the Breadcrumb Item and Breadcrumb Home Item text when a user interacts with breadcrumbs.

See Also