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