VerticalAlignment Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI
Describes how a child element is vertically positioned or stretched within its parent.
public enum VerticalAlignment
Fields
| Name | Value | Description |
|---|---|---|
Top | Aligns the element to the top of the parent's layout slot. | |
Center | Centers the element vertically within the parent's layout slot. | |
Bottom | Aligns the element to the bottom of the parent's layout slot. | |
Stretch | Stretches the element to fill the parent's layout slot vertically. |