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