SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.shapePadding  property

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

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