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