TIEViewRulerParams.LegacyStyle
 
Declaration
property LegacyStyle: boolean;
Description
Specify whether the ruler is drawn with a legacy style (as used in ImageEn v13 and older).
Legacy Style Rulers:
Enabling LegacyStyle will have the following effect:
◼The 
ruler background is drawn as clBtnFace
◼The 
text color is 
Font.Color
◼The 
invalid text color is clGrayText
◼The 
cursor grip is always drawn in the background area (
CursorGripInner is ignored)
◼The 
border is always drawn
Default: False
ImageEnView1.RulerParams.LegacyStyle := True;