The StackAlign enum describes the stack children's alignment.
Value | Description |
---|---|
END | Indicates stack's children align to the end(bottom/right) of stack |
START | Indicates stack's children align to the start(top/left) of stack |
CENTER | Indicates stack's children align to the center of stack |