SMART datagrid v.1 > Classes > GridStyles

[ grids ver.1.3.8]   Back  Forward

DataLudi.GridStyles.borderBottomSize  property

The size of the bottom border of cell. 

It can be specified by a constant value or percentage value or null. If do not specify this value, it will be drawn by adjusting to the width of cell. If set as less than the height of cell, it will be displayed by adjusting to the horizontal center. 

Defaults to null.

Getter
function borderBottomSize(): Dimension
Setter
function setBorderBottomSize(value: Dimension|Integer|String)
Code -1
    column.header().styles().setBottomSize(66);
    // or 
    column.header().styles().setBottomSize('60%');
See Also
borderLeftSize
borderRightSize
borderTopSize
borderLeft
borderRight
borderTop
borderBottom
Grid Styles Overview
Examples
Paging Rows
Column Headers