Skip to main content

FastTextBlock.FontFamily Property

Gets or sets the font family for the text block. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v24.1.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

A FontFamily object specifying the font family.

See Also