'Declaration <DescriptionAttribute("The image displayed in this part of the header or footer.")> <CategoryAttribute("Appearance")> <LocalizableAttribute(True)> <XmlIgnoreAttribute()> <DefaultValueAttribute("")> Public Property Image As Image
'Usage Dim instance As HeaderFooterElement Dim value As Image instance.Image = value value = instance.Image
[Description("The image displayed in this part of the header or footer.")] [Category("Appearance")] [Localizable(true)] [XmlIgnore()] [DefaultValue("")] public Image Image {get; set;}