ImageEn, unit iexRulers

TIEViewRulerParams.GripHeight

TIEViewRulerParams.GripHeight

Declaration

property GripHeight: integer;

Description

Specifies the maximum height of the grip. Set to zero to hide the grip selection area.

Triangular grips showing at default size:


Default: 15

Note: The value may be automatically adjusted depending on your font size and the available height/width.

Example

// Create narrow rulers
ImageEnView1.RulerParams.Font.Size  := 6;
ImageEnView1.RulerParams.HorzHeight := 20;
ImageEnView1.RulerParams.VertWidth  := 20;
ImageEnView1.RulerParams.GripHeight := 10;

// Hide the ruler
ImageEnView1.RulerParams.GripHeight := 0;

See Also

GripWidth
GripKindDefault