'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the font used to render caption text.")> Public Property CaptionFont As System.Drawing.Font
'Usage
Dim instance As NFrameAppearance Dim value As System.Drawing.Font instance.CaptionFont = value value = instance.CaptionFont
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the font used to render caption text.")] public System.Drawing.Font CaptionFont {get; set;}