'Declaration <DescriptionAttribute("The foreground color for the formula box.")> <CategoryAttribute("Appearance")> Public Property ForeColor As Color
'Usage Dim instance As FormulaBoxAppearance Dim value As Color instance.ForeColor = value value = instance.ForeColor
[Description("The foreground color for the formula box.")] [Category("Appearance")] public Color ForeColor {get; set;}