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