TextEditor.BackgroundColor

Syntax

BackgroundColor: PP.Color;

Description

The BackgroundColor property determines background color for selected text.

Comments

Use the setBackgroundColor method to set the property value and the getBackgroundColor method to get the property value. Property value cannot be set from JSON.

The setBackgroundColor method has the following parameters: value - color of selected text backgroun, updateControl - parameter indicating if the component is updated (this is an optional parameter, by default it is set to true).

Example

The property use is given in the page with description of the TextEditor.PropertyChanged event.

See also:

TextEditor