Skip to main content

FontSettings.FontFamily Property

Gets or sets the family of the specified font.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

A FontFamily object representing the family of the specified font.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontFamily
FontSettings
.Default .FontFamily
NavBarGroup
.ActualFontSettings .FontFamily
NavBarGroup
.FontSettings .FontFamily
NavBarGroup
.ItemFontSettings .FontFamily
NavBarItem
.ActualFontSettings .FontFamily
NavBarItem
.FontSettings .FontFamily
NavBarItemControl
.FontSettings .FontFamily
NavBarViewBase
.GroupFontSettings .FontFamily
NavBarViewBase
.ItemFontSettings .FontFamily

Remarks

The FontFamily property specifies the font family of the controls that own the current settings. The FontSettings.FontSize, FontSettings.FontStyle, FontSettings.FontWeight and FontSettings.FontStretch properties specify the font attributes.

See Also