SMART datagrid v1.4 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.shapeRotate  property

셀에 표시되는 shape의 회전 상태를 0 ~ 360 사이의 값으로 지정한다. 

기본값은 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 스타일 개요
Examples
Shape Cell Renderer
Column Styles