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