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

FontSettings.FontStretch Property

Gets or sets the degree to which a font is condensed or expanded on the screen.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public FontStretch? FontStretch { get; set; }

Property Value

Type Description
Nullable<FontStretch>

A FontStretch structure representing the degree to which a font is condensed or expanded on the screen.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontStretch
ExplorerBarView
.GroupFontSettings.FontStretch
NavBarGroup
.ActualFontSettings.FontStretch
NavBarItem
.ActualFontSettings.FontStretch
NavBarItemControl
.FontSettings.FontStretch
NavBarViewBase
.GroupFontSettings.FontStretch
NavigationPaneView
.GroupFontSettings.FontStretch
SideBarView
.GroupFontSettings.FontStretch

Remarks

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

See Also