ImageEn, unit iexRulers

TIEViewRulerParams.ShowMeasure

TIEViewRulerParams.ShowMeasure


Declaration

property ShowMeasure: boolean;


Description

Specify whether a measurement block is drawn on the ruler.

Measurement block shown in dark gray at left and top:


Default: True


Example

// Show only grips
ImageEnView1.RulerParams.ShowMeasure := False;
ImageEnView1.RulerParams.HorzHeight := 10;
ImageEnView1.RulerParams.VertWidth  := 10;