Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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