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.v26.1.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
.Caption .FontSize
ReportStyleViewModel
.Data .FontSize
ReportStyleViewModel
.Title .FontSize
See Also