Skip to main content

Format.FontStretch Property

Gets or sets the font stretch for the formatted cells. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(FontStretch.Normal, Handler = "OnPropertyChanged")]
public FontStretch FontStretch { get; set; }

#Property Value

Type Description
Windows.UI.Text.FontStretch

A Windows.UI.Text.FontStretch value.

See Also