'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the band")> Public Overridable Property Visible As System.Boolean
'Usage
Dim instance As NViewportBand Dim value As System.Boolean instance.Visible = value value = instance.Visible
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the visibility of the band")] public virtual System.bool Visible {get; set;}