Skip to main content
A newer version of this page is available. .

FontOptionsViewModel.FontSize Property

Gets the font size for a report style.

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

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

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
.Data.FontSize
See Also