'Declaration <DescriptionAttribute("The footer of the legend")> <CategoryAttribute("Content")> Public Property Footer As LegendText
'Usage Dim instance As Legend Dim value As LegendText instance.Footer = value value = instance.Footer
[Description("The footer of the legend")] [Category("Content")] public LegendText Footer {get; set;}