Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / PermanentVisible Property


In This Topic
    PermanentVisible Property (Shape)
    In This Topic
    A boolean value checking whether Shape is visible or not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PermanentVisible As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    value = instance.PermanentVisible
    public bool PermanentVisible {get;}
    See Also