TextLayoutWrapping Enum
Specifies the text wrapping mode to use when text doesn't fit within an ITextLayout's maximum width.
public enum TextLayoutWrapping
Fields
Name | Description |
---|---|
NoWrap | No wrapping can occur. |
Wrap | Wrap text at word ends. |