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