SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.paddingBottom  property

The space between the bottom cell border and display contents. 

Getter
function paddingBottom(): Integer
Setter
function setPaddingBottom(value: Integer)
Code -1
    column.styles().setPaddingBottom(2);
See Also
paddingTop
paddingLeft
paddingRight
Styles Overview
Examples
Column Styles