Back to Devexpress

TdxBarManager.Scaled Property

vcl-dxbar-dot-tdxbarmanager-6122782c.md

latest991 B
Original Source

TdxBarManager.Scaled Property

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

Declaration

delphi
property Scaled: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrue

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

TdxBarManager Class

TdxBarManager Members

dxBar Unit