'Declaration <DescriptionAttribute("The foreground color of the header or footer section.")> <CategoryAttribute("Appearance")> <LocalizableAttribute(True)> <XmlIgnoreAttribute()> <EndUserBrowsableAttribute(False)> Public Property ForeColor As Color
'Usage Dim instance As HeaderFooter Dim value As Color instance.ForeColor = value value = instance.ForeColor
[Description("The foreground color of the header or footer section.")] [Category("Appearance")] [Localizable(true)] [XmlIgnore()] [EndUserBrowsable(false)] public Color ForeColor {get; set;}