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