SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.borderBottom  property

Stroke object which is used when draw the bottom border of cell. 

Getter
function borderBottom(): Stroke
Setter
function setBorderBottom(value: String|Stroke)
Code -1
    column.styles().setBorderBottom('#30000000,1');
    // If specify as null, it will not draw the border.
    column.styles().setBorderBottom(null);
    // Remove the existing setting value and download from the top styles list.
    column.styles().clearValue('borderBottom');
See Also
borderTop
borderLeft
borderRight
Fill & Stroke
Styles Overview
Examples
Column Styles