'Declaration
<System.ComponentModel.DefaultValueAttribute(25)> <System.ComponentModel.DescriptionAttribute("Gets/sets the minimum height of the caption. Note that the height of the caption is also controlled by the caption font.")> Public Property MinCaptionHeight As System.Integer
'Usage
Dim instance As NNavigationPane Dim value As System.Integer instance.MinCaptionHeight = value value = instance.MinCaptionHeight
[System.ComponentModel.DefaultValue(25)] [System.ComponentModel.Description("Gets/sets the minimum height of the caption. Note that the height of the caption is also controlled by the caption font.")] public System.int MinCaptionHeight {get; set;}