ImageEn, unit iexRulers

TIEViewRulerParams.ConstrainGrips

TIEViewRulerParams.ConstrainGrips

Declaration

property ConstrainGrips: Boolean;

Description

Specifies whether grips can be dragged outside the area of the image.

Default: True

Example

// Allow dragging of grips outside the area of the image
ImageEnView1.RulerParams.ConstrainGrips := False;