SMART datagrid v1.4 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.textDecorationColor  property

textDecoration이 설정된 경우 선의 색상을 지정한다. 

Getter
function textDecorationColor(): Stroke
Setter
function setTextDecorationColor(value: Stroke)
Code -1
    grid.setColumns([
        {
            name: "ProductID",
            styles: {
                textDecoration: "underline",
                textDecorationColor: "#f00"
                ...
            }
        },
        ...
    ]);
Note
See Also
textDecoration
fontBold
fontItalic
Examples
Shape Cell Renderer