Skip to main content

FontOptionsViewModel.FontWeight Property

Gets the font weight 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 FontWeight FontWeight { get; }

Property Value

Type Description
FontWeight

A FontWeight value.

Property Paths

You can access this nested property as listed below:

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