IGxTitle.WrappedText

Fore Syntax

WrappedText: Boolean;

Fore.NET Syntax

WrappedText: Boolean;

Description

The WrappedText property determines whether to wrap the text into the next line if it is not fitted.

Comments

Available values:

True. Default value. The title text is wrapped.

False. The title text is not wrapped.

Fore and Fore.NET Examples

The example of use is given in the IGxTitle.Text property.

See also:

IGxTitle