Skip to main content

FontOptionsViewModel.FontColor Property

Gets the font color 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 Color FontColor { get; }

Property Value

Type Description
Color

A Color value.

Property Paths

You can access this nested property as listed below:

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