Enum CoordAlignment
Used to describe how an element is positioned or stretched within a parent's layout slot.
public enum CoordAlignment
Fields
Center = 1
Center element.
Far = 2
Align element towards the end of a parent's layout slot.
Fill = 4
Stretch element within a remaining empty space which is not occupied by other sibling elements.
Near = 0
Align element towards the beginning of a parent's layout slot.
Stretch = 3
Stretch element within a parent's layout slot.