'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value whether this element is visible. It may differ from the IsVisible property which depends on the UI hierarchy.")> Public Overridable Property Visible As System.Boolean
'Usage
Dim instance As NVisualElement Dim value As System.Boolean instance.Visible = value value = instance.Visible
[System.ComponentModel.Description("Gets/sets a value whether this element is visible. It may differ from the IsVisible property which depends on the UI hierarchy.")] public virtual System.bool Visible {get; set;}