'Declaration <CategoryAttribute("General")> <DescriptionAttribute("An additional width inflate for header or footer legend cell.")> <DefaultValueAttribute(4)> Public Property InflateWidth As Integer
'Usage Dim instance As LegendText Dim value As Integer instance.InflateWidth = value value = instance.InflateWidth
[Category("General")] [Description("An additional width inflate for header or footer legend cell.")] [DefaultValue(4)] public int InflateWidth {get; set;}