Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / MultilineText Class / Wrap Property

In This Topic
    Wrap Property (MultilineText)
    In This Topic
    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