Sets the Vertical alignment for all child content where all child controls are aligned as a single block,
e.g. setting this property to center will place all controls as a block in the center of the container's vertical space.
This property is only effective when the container is tall enough to accommodate vertical repositioning of its children
e.g. the height has been set explicitly using the container's height property.
Supported values:
Value
Constant
Center
ControlConstants.VERTICAL_ALIGNMENT_CENTER
Top
ControlConstants.VERTICAL_ALIGNMENT_TOP
Bottom
ControlConstants.VERTICAL_ALIGNMENT_BOTTOM
Fill
ControlConstants.VERTICAL_ALIGNMENT_FILL
Setting a value of null removes any existing value for the property.
Supported values:
Setting a value of
null
removes any existing value for the property.Example: