Function BoxContainer.alignment
The alignment of the container's children (must be one of constant ALIGN_BEGIN
, constant ALIGN_CENTER
or constant ALIGN_END
).
BoxContainer . AlignMode alignment() nothrow @property @nogc;
void alignment
(
long v
) nothrow @property @nogc;