SMART datagrid v.1 > Classes > GridStyles
DataLudi.GridStyles.shapeLocation property
It specifies the display location of shape in the cell which additionally displays the shape by IconLocation constant.
- Getter
- function shapeLocation(): IconLocation
- Setter
- function setShapeLocation(value: IconLocation)
Code -1
column.setStyles({
shapeLocation: DataLudi.IconLocation.RIGHT
});
- See Also
- shapeAlignment
- shapeOffset
- shapePadding
- IconLocation
- ShapeCellRenderer
- Styles Overview
- Examples
- Shape Cell Renderer
- Column Styles