TIEViewRulerParams.ShowBorder
 
Declaration
property ShowBorder: boolean;
Description
Specify whether a border is displayed between the ruler and the image.
Dark gray border line showing:
Note: This value is ignored if 
LegacyStyle is enabled (in which case the border is always drawn)
Default: False
// Show only cursor position
ImageEnView1.RulerParams.ShowMeasure := False;
ImageEnView1.RulerParams.ShowBorder  := False;
ImageEnView1.RulerParams.HorzHeight  := 10;
ImageEnView1.RulerParams.VertWidth   := 10;