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