Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / TextOnly Class / Text Property

In This Topic
    Text Property (TextOnly)
    In This Topic
    Gets or sets the label text.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    Remarks
    You need to call LabelList.Regen to apply the changes.
    See Also