HAligns
FormatProperties
.
HAlign
Horizontal cell and canvas alignment options.
Sets the default horizontal alignment for all children. The container must have its width
specified.
None
Left
Center
Right
Example
=
VBox
(4",
null
) {
Separation
:
10;
Container
(
HAligns
.
Left
);
Container
(
HAligns
.
Center
);
Container
(
HAligns
.
Right
);
};
Left
X
XXXXXX
Center
X
XXXXXX
Right
X
XXXXXX