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

FontSettings.Default Property

Provides access to the default font settings.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v21.1.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public static FontSettings Default { get; }

Property Value

Type Description
FontSettings

A FontSettings object that comprises the default font settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Default
WPF Controls NavBarItemControl
.FontSettings .Default
Silverlight Controls ExplorerBarView
.GroupFontSettings .Default
NavBarGroup
.ActualFontSettings .Default
NavBarItem
.ActualFontSettings .Default
NavBarViewBase
.GroupFontSettings .Default
NavigationPaneView
.GroupFontSettings .Default
SideBarView
.GroupFontSettings .Default
See Also