SMART datagrid v.1 > Reporting > Classes > PrintItem

Back  Forward

DLReport.PrintItem.zindex  property

当包含此项目的PrintGroupItem的同一单元格中,存在重叠的项目时,显示项目的顺序。 

具有较大值的项目将会被显示在后。也就是说,具有较小值的项目可能会因为被覆盖而无法显示。 目前,已被允许单元格重复的组项目有CanvasTile。 

默认值为0.

Getter
function zindex(): Integer
Setter
function setZindex(value: Integer)
See Also
index
row
col
Canvas
Tile
Examples
Canvas - ZIndex教程