'Declaration <DescriptionAttribute("The background color of the SmartItem.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <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()] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public Color BackColor {get; set;}