| 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
SyntaxProperty Wrap As Boolean
	Get
	Set
abstract Wrap : bool with get, set
Property Value
Type: 
Booleantrue to wrap the text; otherwise, 
false.
 Remarks
Remarks
            Typically, a platform will word wrap the text.
            
 See Also
See Also