'Declaration
<System.ComponentModel.DefaultValueAttribute(22)> <System.ComponentModel.DescriptionAttribute("Gets/sets the height of the band caption.")> Public Property CaptionHeight As System.Integer
'Usage
Dim instance As NBand Dim value As System.Integer instance.CaptionHeight = value value = instance.CaptionHeight
[System.ComponentModel.DefaultValue(22)] [System.ComponentModel.Description("Gets/sets the height of the band caption.")] public System.int CaptionHeight {get; set;}