'Declaration
<CategoryAttribute("Background")> <DefaultValueAttribute(System.Drawing.Color, "Transparent")> <DescriptionAttribute("Gets or sets the background color.")> Public Property BackColor As Color
[Category("Background")] [DefaultValue(System.Drawing.Color, "Transparent")] [Description("Gets or sets the background color.")] public Color BackColor {get; set;}