TdxBarManager.Scaled Property
In This Article
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
Type | Default | Description |
---|---|---|
Boolean | True |
|
#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