SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.iconOffset  property

在追加显示图像图标的单元格中,指定图标与单元格边框之间的间隔。 

Getter
function iconOffset(): Integer
Setter
function setIconOffset(value: Integer)
Code -1
    column.setStyles({
        iconOffset: 2
    });
See Also
IconLocation
iconIndex
iconAlignment
iconPadding
iconAlpha
IconCellRenderer
CheckCellRenderer
样式概述
Examples
图标单元格渲染器
列样式