SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.textShadow  property

文本阴影颜色。 

目前,被用于绘制图表。 

Getter
function textShadow(): String
Setter
function setTextShadow(value: String)
Code -1
    column.setStyles({
        textShadow: "#333"
    };
See Also
color
Examples
列样式