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