'Declaration <DescriptionAttribute("Controls the visibility of the chat wall")> <CategoryAttribute("General")> Public Property Visible As Boolean
'Usage Dim instance As ChartWall Dim value As Boolean instance.Visible = value value = instance.Visible
[Description("Controls the visibility of the chat wall")] [Category("General")] public bool Visible {get; set;}