SMART datagrid v.1 > 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