Skip to main content

Breadcrumbs.Font Property

Gets or sets the font that Breadcrumb Items and Breadcrumb Home Item use to display their text.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public Font Font { get; set; }

Property Value

Type Description
Font

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

Remarks

Important

Use the DXFont property instead of Font to specify the font used to display the text of the Breadcrumb Items and Breadcrumb Home Item.

See Also