Back to Devexpress

BreadcrumbsModel.DXFont Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-breadcrumbsmodel.md

latest1.3 KB
Original Source

BreadcrumbsModel.DXFont Property

Specifies the value of the Breadcrumbs.DXFont property within the model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public DXFont DXFont { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property DXFont As DXFont

Property Value

TypeDescription
DXFont

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

|

See Also

BreadcrumbsModel Class

BreadcrumbsModel Members

DevExpress.XtraCharts.Designer Namespace