Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / Visible Property


In This Topic
    Visible Property (ConnectionShape)
    In This Topic
    Gets or sets a value indicating whether this DrawingObject and all its child controls are displayed.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    'Usage
     
    
    Dim instance As ConnectionShape
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}

    Property Value

    true if this DrawingObject and all its child controls are displayed; otherwise, false.
    See Also