'Declaration
Public Overrides NotOverridable Property Visible As Boolean
'Usage
Dim instance As GroupShape Dim value As Boolean instance.Visible = value value = instance.Visible
public override bool Visible {get; set;}
Property Value
true
if this DrawingObject and all its child controls are displayed; otherwise, false
.