Click or drag to resize

WrapMode Enumeration

Specifies the wrapping mode for the text of a Label

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum WrapMode
Members
  Member nameValueDescription
None0 No wrapping, the text will clip when smaller than the required space for the text.
Word1 Text will wrap by word to fit the horizontal space available
Character2 Text will wrap by character to fit the horizontal space available
Remarks
Regardless of the mode, you can always add hard wraps by inserting newline characters.
See Also