API Referencegraphite
ElementAlignment
Alignment of children within a layout.
Module: graphite
Alignment of children within a layout.
Declaration
export enum ElementAlignment {
Top,
Center,
Bottom,
}Values
Top
TopCenter
CenterBottom
Bottom