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