'Declaration <DescriptionAttribute("The foreground color of this part of the header or footer.")> <CategoryAttribute("Appearance")> <LocalizableAttribute(True)> <XmlIgnoreAttribute()> <EndUserDisplayNameAttribute("Font Color")> Public Property ForeColor As Color
'Usage Dim instance As HeaderFooterElement Dim value As Color instance.ForeColor = value value = instance.ForeColor
[Description("The foreground color of this part of the header or footer.")] [Category("Appearance")] [Localizable(true)] [XmlIgnore()] [EndUserDisplayName("Font Color")] public Color ForeColor {get; set;}