DataLudi Grid v.1 > Classes > GridStyles

Back  Forward

GridStyles.shapeState  property

Specifies the status of shape in the cell renderer including direct drawing shape by canvas drawing api. 

Getter
function shapeState(): *
Setter
function setShapeState(value: *)
Code -1
    // Solid Brush
    column.styles().setShapeStage('x');
See Also
shapeName
shapeSize
Examples