Skip to main content

FontSettings.FontSize Property

Gets or sets the size of the specified font.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public double FontSize { get; set; }

Property Value

Type Description
Double

A Double structure representing the size of the specified font.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also