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