'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the font to be used for rendering buttons' text")> Public Property ButtonFont As System.Drawing.Font
'Usage
Dim instance As NNavigationPane Dim value As System.Drawing.Font instance.ButtonFont = value value = instance.ButtonFont
[System.ComponentModel.Description("Gets/sets the font to be used for rendering buttons' text")] public System.Drawing.Font ButtonFont {get; set;}