Skip to main content

FontOptionsViewModel.FontStyle Property

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

Property Value

Type Description
FontStyle

A FontStyle value.

Property Paths

You can access this nested property as listed below:

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