FormatProperties
.
Separation
Extra space between children.
Sets the default horizontal alignment for all children. The container must have its width
specified.
Example
=
VBox
(4",
null
) {
ShowSeparation
(
each
[5, 20, 50]);
};
Separation 5
1
2
3
Separation 20
1
2
3
Separation 50
1
2
3