TextWrapping

Namespace: PP.Ui;

Description

The TextWrapping enumeration contains modes of wrapping the text to the next line.

Is used by the following properties:

Available Values

Value Brief description
Hidden Only the text fitting the container is shown.
NoWrap Text is not wrapped.
Wrap Text is wrapped.
WrapWithEllipsis Text is cropped by the container width and the ellipsis is added.

See also:

PP.Ui