Enum UITextWrapMode
Describes how a text in an element should wrap when it reached the maximum horizontal space it can take.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public enum UITextWrapMode
Fields
| Name | Description |
|---|---|
| Auto | Wrap automatically or not depending on the user's settings. |
| NoWrap | Do not wrap the text to a new line. |
| Wrap | Wrap the text to a new line. |