Enum VerticalAlignment
Describes how a child element is vertically positioned or stretched within a parent's layout slot.
public enum VerticalAlignment
Fields
Bottom = 0
The child element is aligned to the bottom of the parent's layout slot.
Center = 1
The child element is aligned to the center of the parent's layout slot.
Stretch = 3
The child element stretches to fill the parent's layout slot.
Top = 2
The child element is aligned to the top of the parent's layout slot.