Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Wall Class / Visible Property


In This Topic
Visible Property (Wall)
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
See Also