[]
Represents how to wrap the line when it is beyond the width of the view.
public enum WrapMode
Public Enum WrapMode
Name | Description |
---|---|
CharWrap | Wraps the text by characters. |
NoWrap | Does not wrap. |
WordWrap | Wraps the text by words. |