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