ImageEn, unit rulerbox

TRulerBox.FitInView

TRulerBox.FitInView

Declaration

property FitInView: Boolean;

Description

If enabled, DotPerUnit is automatically adjusted to ensure that the range of the ruler (from ViewMin to ViewMax) fits within the viewing area.

Default: False

Example

RulerBox1.FitInView := True;

See Also

DotPerUnit
ViewMin
ViewMax