In This Topic
Gets the visibility of the wall.
Syntax
'Declaration
Public Property Visible As Boolean
'Usage
Dim instance As Wall
Dim value As Boolean
instance.Visible = value
value = instance.Visible
public bool Visible {get; set;}
Example
This example sets the Visible property for the walls.
See Also