ColumnGap
Description
Indicates the spacing (gap) between columns in multi-column layouts.
Owner
Layout
Inheritable
No
Values
Value Type:
number
- It specifies the space between all columns.
Value Type:
array
- It should contain numbers, the first element specifying the space between the first and second columns, the second specifying the space between the second and third columns, and so on. If there are fewer than ColumnCount - 1 numbers, the last element shall specify all remaining spaces; if there are more than ColumnCount - 1 numbers, the excess array elements shall be ignored.