Enum VerticalAlignment
VerticalAlignment enumeration
parent 내 하위 요소의 수직 위치 지정을 설명합니다.
public enum VerticalAlignment
가치
이름 | 값 | 설명 |
---|---|---|
undefined | 0 | 정렬이 설정되지 않았습니다. 기본값이 사용됩니다. |
Top | 10 | parent 의 맨 위에 요소 정렬 |
Center | 20 | 요소를 parent 의 중앙에 정렬합니다. |
Bottom | 30 | parent 하단에 요소 정렬 |