TextEditor.IsUnderline

Syntax

IsUnderline: Boolean;

Description

The IsUnderline property determines if selected text must be underlined.

Comments

Use the setIsUnderline method to set the property value and the getIsUnderline method to get the property value. Property value cannot be set from JSON.

The IsUnderline method has the following parameters: value - indicates if text is underlined, updateControl - determines whether the component is updated (this is an optional parameter, by default it is set to True).

If the property is set to True, text is underlined, otherwise it is not.

Example

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

See also:

TextEditor