Skip to main content

TdxBarManager.Scaled Property

Deprecated. Specifies if the bar manager’s font size scales according to the target monitor’s DPI.

Declaration

property Scaled: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

True if the bar manager’s font size scales according to the current monitor’s DPI, otherwise, False.

Remarks

Warning

The Scaled property is deprecated and exists for backward compatibility only. Do not change this property value in an application project that targets modern operating systems; otherwise, font sizes in Ribbon and Toolbar UIs may scale incorrectly.

Default Value

The Scaled property’s default value is True.

See Also