corelibraries-devexpress-dot-xtracharts-dot-breadcrumbs-dot-underscore-members.md
Stores the Breadcrumb element’s settings.
| Name | Description |
|---|---|
| BackColor | Gets or sets the Breadcrumbs element’s background color. |
| Border | Gets the chart control’s border settings. |
| DXFont | Gets or sets the font that Breadcrumb Items and Breadcrumb Home Item use to display their text. |
| Font | Gets or sets the font that Breadcrumb Items and Breadcrumb Home Item use to display their text. |
| ForeColor | Gets or sets the foreground color that Breadcrumb Items and Breadcrumb Home Item use in the default state to display their text. |
| HomeText | Gets or sets the text that the Breadcrumb Home Item displays instead of an icon. |
| HoverForeColor | Gets or sets the foreground color that Breadcrumb Items and Breadcrumb Home Item use in the hover state to display their text. |
| InactiveForeColor | Gets or sets the foreground color that Breadcrumb Items and Breadcrumb Home Item use in the inactive state to display their text. |
| Margins | Specifies the indent between the Breadcrumbs element’s edge and other chart elements (e.g. diagram, title), in pixels. |
| Padding | Specifies the inner space between the Breadcrumb element’s content and its edge, in pixels. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| Visibility | Gets or sets the value that specifies whether to show the Breadcrumbs element in the Chart. |
| Name | Description |
|---|---|
| Assign(ChartElement) | Copies all the settings from the Breadcrumbs object passed as the parameter. |
| Clone() | Creates a copy of the current ChartElement object. Inherited from ChartElement. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of the chart element. Inherited from ChartElement. |
See Also