Table of Contents
HighlightColor Property

Gets or sets the bread crumb highlight color.

Syntax
 public Color HighlightColor { get; set; }
Remarks

When user hovers over a bread crumb button, the corresponding element is highlighted. This property gets or sets the color used for highlighting.

This property is not to be confused with selection highlighting color, which is not customizable.

See customizing footer for details about bread crumb buttons.

See Also