Namespace: PP.Ui;
The TextWrapping enumeration contains modes of wrapping the text to the next line.
Is used by the following properties:
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: