Skip to main content

FastTextBlock.FontStretch Property

Gets or sets the font-stretching characteristics for the text block. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public FontStretch FontStretch { get; set; }

Property Value

Type Description
FontStretch

A FontStretch value specifying the font-stretching characteristics.

See Also