Skip to main content

FastTextBlock.FontStyle Property

Gets or sets the font style 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 FontStyle FontStyle { get; set; }

Property Value

Type Description
FontStyle

A member of the FontStyles class specifying the font style.

See Also