This property sets the units of measurement at which the grid is displayed
[C++Builder]   imagekitcontrolname->Grid [= TVIkUnit ]
[Delphi]   imagekitcontrolname.Grid [= TVIkUnit ]

[TVIkUnit Type]

Unit
     IkInit

type
     TVIkUnit = (vikNone, vikPixel, vikmm, vikInch);

Property Value

Value Explanation
vikNone None
vikPixel Pixels
vikmm Millimeters
vikInch Inches

Explanation

The Grid property draws grid lines in the ImageKit Control. When this property is set to vikNone, the grid will not be displayed. Values other than vikNone will set the grid units to pixels, millimeters, or inches respectively.

Note: The Grid property does not support millimeter units so if vikmm is set, the grid will be displayed in centimeter units.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikNone, ikPixel, ikmm, and ikInch

 

The ImageKit10 VCL is a product created by Newtone Corporation