bosing.Alignment¶
- class bosing.Alignment¶
基类:
objectAlignment of a schedule element.
The alignment of a schedule element is used to align the element within its parent element. The alignment can be one of the following:
Alignment.Stretch: Stretch the element to fill the parent.
- Center = Alignment.Center¶
- End = Alignment.End¶
- Start = Alignment.Start¶
- Stretch = Alignment.Stretch¶