Back to Devexpress

XRRichText.GetEffectiveFont() Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrrichtext-f3eabdde.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override DXFont GetEffectiveFont()
vb
Public Overrides Function GetEffectiveFont As DXFont

Returns

TypeDescription
DXFont

The effective font.

|

Remarks

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

See Also

GetEffectiveFont()

XRRichText Class

XRRichText Members

DevExpress.XtraReports.UI Namespace