IdxRichEditCharacterPropertiesBase.GetForeColor Method
Returns the font color applied to a document range.
Declaration
function GetForeColor: TdxNullableValue<TdxAlphaColor>;
Returns
| Type |
|---|
| TdxNullableValue<T> |
Remarks
The GetForeColor function is a getter of the ForeColor property.
See Also