Skip to main content
A newer version of this page is available. .

BreadcrumbsModel.HoverForeColor Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

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