SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.shapeOffset  property

It specifies the space between the shape and cell border in the cell which additionally displays the shape. 

Getter
function shapeOffset(): Integer
Setter
function setShapeOffset(value: Integer)
Code -1
    column.setStyles({
        shapeOffset: 2
    });
See Also
shapeAlignment
shapePadding
ShapeCellRenderer
Styles Overview
Examples
Shape Cell Renderer
Column Styles