Skip to main content

FontSettings.FontWeight Property

Gets or sets the weight or thickness of the specified font.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public FontWeight? FontWeight { get; set; }

Property Value

Type Description
Nullable<FontWeight>

A FontWeight structure representing the font weight or thickness of the specified font.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also