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

XRRichText.GetEffectiveForeColor() Method

Overrides the XRControl.GetEffectiveForeColor property, to return the foreground color from the content of the XRRichText control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public override Color GetEffectiveForeColor()

Returns

Type Description
Color

A Color value representing the effective foreground color.

Remarks

The GetEffectiveForeColor method returns the foreground color actually defined in the XRRichText control’s content.

See Also