Justifiers
FormatProperties
.
Justify
Justification and spacing for items in a canvas.
None
Start
End
Center
SpaceBetween
SpaceAround
SpaceEvenly
Example 1
Example
=
VBox
(3") {
Separation
:
2;
ShowHorizontal
(
each
Justifiers
);
};
None
Start
End
Center
SpaceBetween
SpaceAround
SpaceEvenly
Example 2
Example2
=
HBox
(
null
, 3") {
Separation
:
2;
ShowVertical
(
each
Justifiers
);
};
None
Start
End
Center
SpaceBetween
SpaceAround
SpaceEvenly