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

In This Topic
    TextString Property (Text)
    In This Topic
    Gets or sets the text itself.
    Syntax
    'Declaration
     
    Public Overridable Property TextString As String
    public virtual string TextString {get; set;}
    Remarks
    Call devDept.Eyeshot.EntityList.Regen after changing this value.
    See Also