SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.textDecorationColor  property

If set textDecoration, it specifies the color of line. 

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