'Declaration
<DescriptionAttribute("Gets or sets the border color.")> <CategoryAttribute("Border")> <DefaultValueAttribute(System.Drawing.Color, "Black")> Public Property BorderColor As Color
[Description("Gets or sets the border color.")] [Category("Border")] [DefaultValue(System.Drawing.Color, "Black")] public Color BorderColor {get; set;}