'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(True)> <WebCategoryAttribute("Behavior")> <WebSysDescriptionAttribute("Control_Visible")> Public Overridable Property Visible As System.Boolean
'Usage
Dim instance As NImage Dim value As System.Boolean instance.Visible = value value = instance.Visible
[System.ComponentModel.Bindable(true)] [System.ComponentModel.DefaultValue(true)] [WebCategory("Behavior")] [WebSysDescription("Control_Visible")] public virtual System.bool Visible {get; set;}