Skip to main content

NavBarItemControl.FontSettings Property

Gets or sets an object that contains font settings for the NavBarItemControl, such as font family, font size, etc. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public FontSettings FontSettings { get; set; }

Property Value

Type Description
FontSettings

A FontSettings object that comprises the font settings, such as font family, font size, etc.

Remarks

See the NavBarItem.FontSettings property for details.

See Also