Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Visible Property


In This Topic
    Visible Property (IShapeBase)
    In This Topic
    Gets or sets a boolean value that determines whether the shape is visible.
    Syntax
    'Declaration
     
    
    Property Visible As Boolean
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    bool Visible {get; set;}

    Property Value

    true if the shape is visible; otherwise, false.
    See Also