Skip to main content

FontOptionsViewModel.FontSize Property

Gets the font size 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 double FontSize { get; }

Property Value

Type Description
Double

A Double value specifying the font size.

Property Paths

You can access this nested property as listed below:

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