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