Skip to main content

FontSettings.FontStyle Property

Gets or sets the style of the specified font.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public FontStyle? FontStyle { get; set; }

Property Value

Type Description
Nullable<FontStyle>

A FontStyle structure representing the style of the specified font.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also