XRRichTextBoxBase.Font Property
For internal use. Gets or sets the control's font.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[SRCategory(ReportStringId.CatAppearance)]
public Font Font { get; set; }
<SRCategory(ReportStringId.CatAppearance)>
Public Property Font As Font
Property Value
Type | Description |
---|---|
Font | A Font object that represents font settings including font face, size, and style attributes. |
See Also
Feedback