| FormattedTextWrapMode Enumeration | 
Namespace: Eto.Drawing
 Syntax
Syntax Members
Members| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No wrapping. Text will be clipped to the MaximumWidth. | |
| Word | 1 | Wrap on the word boundaries. | |
| Character | 2 | Wrap text at the character boundaries. | 
 See Also
See Also