VerticalAlignment Enumeration |
Namespace: Eto.Forms
| Member name | Value | Description | |
|---|---|---|---|
| Top | 0 | Controls are aligned to the top of the container. | |
| Center | 1 | Controls are centered. | |
| Bottom | 2 | Controls are aligned to the bottom of the container. | |
| Stretch | 3 | Controls stretch to fill the entire height of the container. |