TIEViewRulerParams.VertInverted
Declaration
property VertInverted: boolean;
Description
When true, the vertical ruler is painted from bottom to top.
Default: False.
Example
// Draw ruler from bottom to top
ImageEnView1.RulerParams.VertInverted := True;
See Also
-
HorzInverted-
HorzPos-
VertPos