Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 442 Bytes

verticalalignment.md

File metadata and controls

14 lines (10 loc) · 442 Bytes
description
The VerticalAlignment enum describes how an element is aligned vertically.

VerticalAlignment

Values

Value Description
BOTTOM Indicates that the element is aligned at the bottom of the container.
TOP Indicates that the element is aligned at the top of the container.
CENTER Indicates that the element is aligned with the center of the container.