TextEditor.IsItalic

Syntax

IsItalic: Boolean;

Description

The IsItalic property determines if the text is shown in italic font.

Comments

Use the setIsItalic method to set the property value and the getIsItalic method to get the property value. Property value cannot be set from JSON.

The IsItalic method has the following parameters: value - it determines whether italic font is used, updateControl - it 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, italic font is used, otherwise it is not used.

Example

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

See also:

TextEditor