SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.shapeLocation  property

在追加显示形状的单元格中,通过IconLocation常数,指定形状的显示位置。 

Getter
function shapeLocation(): IconLocation
Setter
function setShapeLocation(value: IconLocation)
Code -1
    column.setStyles({
        shapeLocation: DataLudi.IconLocation.RIGHT
    });
See Also
shapeAlignment
shapeOffset
shapePadding
IconLocation
ShapeCellRenderer
样式概述
Examples
形状单元格渲染器
列样式