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

In This Topic
    Width Property (MultilineText)
    In This Topic
    Gets or sets the width of the multiline text.
    Syntax
    'Declaration
     
    Public Property Width As Double
    public double Width {get; set;}
    Remarks
    The text rows are split so that its words stay inside the specified width.
    See Also