SMART datagrid v.1 > Classes > GridStyles
DataLudi.GridStyles.borderLeftSize property
单元格左边框的大小。
可以被指定为常数值、百分比值或null。 如果没有指定该值,就会根据单元格高度,进行绘制。 如果设置为小于单元格高度,就会对齐垂直中心,进行显示。
默认值为null.
- Getter
- function borderLeftSize(): Dimension
- Setter
- function setBorderLeftSize(value: Dimension|Integer|String)
Code -1
column.header().styles().setLeftSize(11);
// or
column.header().styles().setLeftSize('60%');
- See Also
- borderRightSize
- borderTopSize
- borderBottomSize
- borderLeft
- borderRight
- borderTop
- borderBottom
- 网格样式概述
- Examples
- 分页行
- 列标头