'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Gets or sets the height of the band caption.")> <CategoryAttribute("Xceed Band")> Public Property CaptionHeight As Integer
'Usage Dim instance As Band Dim value As Integer instance.CaptionHeight = value value = instance.CaptionHeight
[DefaultValue()] [Description("Gets or sets the height of the band caption.")] [Category("Xceed Band")] public int CaptionHeight {get; set;}