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

In This Topic
    MultilineText Class
    In This Topic
    Multiline Text entity.
    Syntax
    'Declaration
     
    Public Class MultilineText 
       Inherits Text
       Implements IEntityITextdevDept.Eyeshot.ISelectableItem 
    public class MultilineText : Text, IEntityITextdevDept.Eyeshot.ISelectableItem  
    Remarks
    Text font can be changed using the Text.StyleName property and calling the ViewportLayout.Entities.Regen() method.Use System.Environment.NewLine to mark a new line in the text string.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Entities.Entity
          devDept.Eyeshot.Entities.PlanarEntity
             devDept.Eyeshot.Entities.Text
                devDept.Eyeshot.Entities.MultilineText

    See Also