ImageEn, unit iexRulers

TIEViewRulerParams.CursorGripInner

TIEViewRulerParams.CursorGripInner


Declaration

property CursorGripInner: boolean;


Description

Specify where the cursor grip is drawn.
If CursorGripInner is enabled, it is drawn over the measure area:

If CursorGripInner is false, it is drawn over the background area (in the area of custom grips, shown as triangle above).

Note: This value is ignored if LegacyStyle is enabled (in which case the cursor is always drawn in the background area)

Default: False


Example

// Show cursor in background area
ImageEnView1.RulerParams.CursorGripInner := False;