VerticalAlignment

VerticalAlignment enumeration

Describes vertical positioning of child element inside parent

public enum VerticalAlignment

Values

NameValueDescription
undefined0Alignment is not set. Default value will be used.
Top10Align element at the top of the parent
Center20Align element at the center of the parent
Bottom30Align element at the bottom of the parent

See Also