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