Click or drag to resize

FormattedTextWrapMode Enumeration

Wrap mode for the FormattedText.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum FormattedTextWrapMode
Members
  Member nameValueDescription
None0 No wrapping. Text will be clipped to the MaximumWidth.
Word1 Wrap on the word boundaries.
Character2 Wrap text at the character boundaries.
See Also