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 [DefaultValueAttribute(true)]
public bool Wrap { get; set; }
<DefaultValueAttribute(true)>
Public Property Wrap As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member Wrap : bool with get, set
Property Value
Type:
Booleantrue to wrap the text; otherwise,
false.
Remarks
Typically, a platform will word wrap the text.
See Also