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