TIEViewRulerParams.ConstrainGrips
Declaration
property ConstrainGrips: Boolean;
Description
Specifies whether grips can be dragged outside the area of the image.
Default: True
// Allow dragging of grips outside the area of the image
ImageEnView1.RulerParams.ConstrainGrips := False;