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

XRRichText.GetEffectiveFont() Method

Overrides the XRControl.GetEffectiveFont property, to return the font from the content of the XRRichText control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public override Font GetEffectiveFont()

Returns

Type Description
Font

A Font value representing the effective font.

Remarks

The GetEffectiveFont method returns the font actually used in the XRRichText control’s content.

See Also