IdxRichEditCharacterPropertiesBase.BackColor Property
In This Article
Specifies the highlight color applied to a document range.
#Declaration
Delphi
property BackColor: TdxNullableValue<TdxAlphaColor> read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to highlight a text fragment with a TdxAlphaColor value.
See Also