'Declaration <DescriptionAttribute("The color of the tab strip's border.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property BorderColor As Color
'Usage Dim instance As SmartTabStrip Dim value As Color instance.BorderColor = value value = instance.BorderColor
[Description("The color of the tab strip's border.")] [Category("Appearance")] [DefaultValue()] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public Color BorderColor {get; set;}