bosing.Direction¶
- class bosing.Direction¶
基类:
objectLayout order in a stack layout.
A stack layout has two possible children processing orders:
Direction.Backward:Process children in reverse order and schedule them as late as possible. This is the default order.
Direction.Forward:Process children in original order and schedule them as early as possible.
- Backward = Direction.Backward¶
- Forward = Direction.Forward¶