[]
Specifies how to break words when lines of text wrap.
public enum WordWrapMode
| Name | Description |
|---|---|
| BreakWord | A word can be split at any position if needed. |
| Normal | Default. A word is not split unless it is too long to fit within the boundaries of the container by itself. |