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

XRRichTextBoxBase.Font Property

For internal use. Gets or sets the control’s font.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public Font Font { get; set; }

Property Value

Type Description
Font

A Font object that represents font settings including font face, size, and style attributes.

See Also