'Declaration <DescriptionAttribute("The button's background image.")> <CategoryAttribute("Appearance")> Public Property BackgroundImage As Image
'Usage Dim instance As CalculatorButtonAppearance Dim value As Image instance.BackgroundImage = value value = instance.BackgroundImage
[Description("The button's background image.")] [Category("Appearance")] public Image BackgroundImage {get; set;}