Skip to main content

TdxRichEditBehaviorOptions.ForeColorSource Property

Specifies the provider of the color settings applied to the Rich Edit control’s default font.

Declaration

property ForeColorSource: TdxRichEditBaseValueSource read; write; default TdxRichEditBaseValueSource.Auto;

Property Value

Type Default
TdxRichEditBaseValueSource Auto

Remarks

If the ForeColorSource property is set to TdxRichEditBaseValueSource.Control, the control’s inner font settings are used to determine the foreground color of the displayed text, without any formatting or style applied to it.

Refer to the TdxRichEditBaseValueSource type description for information on available font settings providers.

The default value of the ForeColorSource property is TdxRichEditBaseValueSource.Auto.

See Also