'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the Font of the children buttons will be automatically scaled to accomodate the current size.")> Public Property AutoScaleButtonFont As System.Boolean
'Usage
Dim instance As NCalculatorElement Dim value As System.Boolean instance.AutoScaleButtonFont = value value = instance.AutoScaleButtonFont
[System.ComponentModel.Description("Gets/sets a value indicating whether the Font of the children buttons will be automatically scaled to accomodate the current size.")] public System.bool AutoScaleButtonFont {get; set;}