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