SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.border  property

被用于显示网格边框等区域的所有分界线时的样式。 

Getter
function border(): Stroke
Setter
function setBorder(value: String|Stroke)
Note
Code -1
    grid.loadStyles({
        grid: {
            border: '#0000ff'
        }
    });
Code -2
    grid.styles().setBorder('#ff0000');
See Also
borderTop
borderBottom
borderLeft
borderRight
填充和线
样式概述
Examples
样式区域 - 网格