'Declaration
<DescriptionAttribute("Gets or sets the color used to paint the top edge of the border.")> <DefaultValueAttribute(System.Drawing.Color, "Transparent")> Public Property Top As Color
[Description("Gets or sets the color used to paint the top edge of the border.")] [DefaultValue(System.Drawing.Color, "Transparent")] public Color Top {get; set;}