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