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