Enum VerticalAlignment
Describes how a child element is vertically positioned or stretched within a parent's layout slot.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum VerticalAlignment
Fields
Name | Description |
---|---|
Bottom | The element is aligned to the bottom of the parent's layout slot. |
Center | The element is aligned to the center of the parent's layout slot. |
Stretch | The element is stretched to fill the entire layout slot of the parent element. |
Top | The element is aligned to the top of the parent's layout slot. |