SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.shapeRotate  property

It specifies the rotational state of shape which is displayed in cell by the value between 0 ~ 360

Defaults to 0.

Getter
function shapeRotate(): Number
Setter
function setShapeRotate(value: Number)
Code -1
    column.styles().setShapeRotate(30);
    // or
    column.setStyles({
        shapeRotate: 35
    });
See Also
shapeName
shapeSize
Grid Styles Overview
Examples
Shape Cell Renderer
Column Styles