Skip to main content

TcxCustomCalculator.AutoFontSize Property

Specifies whether a calculator automatically selects buttons font size.

Declaration

property AutoFontSize: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The AutoFontSize property value is used internally to determine whether the font size of calculator buttons is selected automatically when the control repaints itself. If this property is set to True, the font size changes when the calculator is resized and a new font size is calculated based upon the button size. If this property is set to False, the font size is a constant.

The default value of the AutoFontSize property is True.

See Also