Enumeration WrapMode

The way to wrap text in a text view.

Enumeration Members

Enumeration Members

ByCharacter: 1

Wrap automatically by character.

ByWord: 2

Wrap automatically by word.

Clip: 0

Do not automatically wrap - clip text instead, but respect newlines.