SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.borderTop  property

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

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