'Declaration <DescriptionAttribute("The background color of the TextBoxArea.")> <CategoryAttribute("Appearance")> Public Overrides Property BackColor As Color
'Usage Dim instance As TextBoxArea Dim value As Color instance.BackColor = value value = instance.BackColor
[Description("The background color of the TextBoxArea.")] [Category("Appearance")] public override Color BackColor {get; set;}