SMART datagrid v.1 > Classes > GridStyles
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