SMART datagrid v.1 > Classes > GridStyles
DataLudi.GridStyles.paddingTop property
The space between the top cell border and display contents.
- Getter
- function paddingTop(): Integer
- Setter
- function setPaddingTop(value: Integer)
Code -1
column.styles().setPaddingTop(2);
- See Also
- paddingBottom
- paddingLeft
- paddingRight
- Styles Overview
- Examples
- Column Styles