Click or drag to resize

TextAreaIHandlerWrap Property

Gets or sets a value indicating whether text will wrap if lines are longer than the width of the control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool Wrap { get; set; }

Property Value

Type: Boolean
true to wrap the text; otherwise, false.
Remarks
Typically, a platform will word wrap the text.
See Also