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