| ImageEn, unit imageenview | 
 | 
 
TImageEnView.SelectionGridHeight
 
Declaration
property SelectionGridHeight: Integer;
Description
When this is not 1, a grid is drawn over rectangular selections with the row count of SelectionGridHeight (e.g. if SelectionGridHeight=3 then there will be three rows within the selection box). The color of the grid is specified by 
SelectionGridColor.
This property can be used in place of 
SelectionGridSize.
Default: 1
See also: 
SelectionGridWidth