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

In This Topic
    Text Class
    In This Topic
    Text entity.
    Syntax
    'Declaration
     
    Public Class Text 
       Inherits PlanarEntity
       Implements IEntityITextdevDept.Eyeshot.ISelectableItem 
    Remarks
    Text font can be changed using the StyleName property and calling the ViewportLayout.Entities.Regen() method.
    Inheritance Hierarchy

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

    See Also