TRVControlPanel.UnitsDisplay

<< Click to display table of contents >>

TRVControlPanel.UnitsDisplay

Units used when the user enters sizes.

property UnitsDisplay: TRVUnits;

You can choose pixels, points, inches, centimeters, and other units.

If pixels are selected, all values are entered in pixels.

If another unit is selected, some small values (such as border width) are entered in points. In this case, it is strongly recommended to set Edit.Style.Units to rvstuEMU for all Edits to avoid loss of precision when converting units.

Default value:

rvuPixels