In This Topic
Gets or sets a value indicating whether this
DrawingObject and all its child controls are displayed.
Syntax
'Declaration
Public Overrides Property Visible As Boolean
'Usage
Dim instance As Shape
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
.
See Also