Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / Visible Property

In This Topic
    Visible Property (Label)
    In This Topic
    If false the label is not drawn.
    Syntax
    'Declaration
     
    Public Overridable Property Visible As Boolean
    public virtual bool Visible {get; set;}
    See Also