The possible layouts for the window's footer content applied via flexbox rules.
Definition
Fields
The footer content is centered in its container.
C#
Center = 1
The footer content is aligned to the end of its container.
C#
End = 2
The footer content is aligned to the start of its container.
C#
Start = 0
The footer content is stretched to fill its container.
C#
Stretch = 3