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