VerticalAlignment - ahatornn/clforms GitHub Wiki
VerticalAlignment
ClForms.Common.VerticalAlignment
Describes how a child element is vertically positioned or stretched within a parent's layout slot
public enum VerticalAlignment
Values
| value | Description |
|---|---|
| Top | The child element is aligned to the top of the parent's layout slot |
| Center | The child element is aligned to the center of the parent's layout slot |
| Bottom | The child element is aligned to the bottom of the parent's layout slot |