Eyeshot 10 WPF API Reference
Wrap Property

WPF Assembly > devDept.Eyeshot.Entities Namespace > MultilineText Class : Wrap Property
When true, the line of text is split (if it contain spaces) into more lines so that their lengths are less than Width. When false, the line is truncated if it goes beyond the Width.
Syntax
'Declaration
 
Public Property Wrap As Boolean
public bool Wrap {get; set;}
Remarks
If the value is true and there are no spaces before the Width of the text, the split is done at the first available space.
See Also

Reference

MultilineText Class
MultilineText Members