TIEViewRulerParams.HorzPos
Declaration
property HorzPos: TGripsDir;
Description
Specifies Whether the horizontal ruler is shown above (gdUp) or below (gdDown) the image.
Rulers in default positions:
Default: gdUp
// Draw a horizontal ruler on bottom of image
ImageEnView1.LockUpdate();
ImageEnView1.ShowRulers := [ rdHorizontal ];
ImageEnView1.RulerParams.VertPos := gdDown;
ImageEnView1.UnlockUpdate();
See Also
◼VertPos◼HorzInverted◼VertInverted