'Declaration <DescriptionAttribute("The background color of the SmartItem.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(System.Drawing.Color, "Transparent")> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property BackColor As Color
'Usage Dim instance As Panel Dim value As Color instance.BackColor = value value = instance.BackColor
[Description("The background color of the SmartItem.")] [Category("Appearance")] [DefaultValue(System.Drawing.Color, "Transparent")] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public Color BackColor {get; set;}