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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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