The VisualizatorTextWrapping enumeration is used to determine text wrapping type.
It is used by the following properties and methods:
Value | Brief description |
0 | WrapEllipsis. Text is wrapped with insertion of ellipsis. |
1 | NoWrap. Text is not wrapped. |
2 | CharWrap. Text is wrapped by characters. |
3 | WordWrap. Text is wrapped by words. |
4 | Hidden. Text wrapping is hidden. |
5 | WordWrapEllipsis. Text is wrapped by words with insertion of ellipsis. |
See also: