'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the font to be used by the header item.")> Public Property HeaderFont As System.Drawing.Font
'Usage
Dim instance As NExpander Dim value As System.Drawing.Font instance.HeaderFont = value value = instance.HeaderFont
[System.ComponentModel.Description("Gets/sets the font to be used by the header item.")] public System.Drawing.Font HeaderFont {get; set;}