SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.shapeSize  property

The size of shape which is drawn in cell. 

It can be specified as a constant value or percentage value. The meaning of this size value will be different depending on each cell renderer. 

Getter
function shapeSize(): Dimension
Setter
function setShapeSize(value: String|Dimension)
Code -1
    column.styles().setShapeSize(11);
    // or 
    column.styles().setShapeSize('90%');
See Also
shapeState
shapeName
Grid Styles Overview
Examples
Shape Cell Renderer
Column Styles