Skip to main content

FontOptionsViewModel.FontFamily Property

Gets the font family for a report style.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public FontFamily FontFamily { get; }

Property Value

Type Description
FontFamily

A FontFamily value.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontFamily
ReportStyleViewModel
.Caption .FontFamily
ReportStyleViewModel
.Data .FontFamily
ReportStyleViewModel
.Title .FontFamily
See Also