[]
Specifies a wrap mode for text.
public enum WrapMode
Name | Description |
---|---|
CharWrap | Text wraps at character boundaries. When the text reaches the container's edge, it moves to the next line at the nearest character boundary. |
NoWrap | Text does not wrap. It continues on the same line until it reaches the container's edge. |
WordWrap | Text wraps at word boundaries. When the text reaches the container's edge, it moves to the next line at the nearest word boundary. |