Enum AlignmentY
Describes how content is positioned vertically in a container.
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public enum AlignmentY
Fields
Name | Description |
---|---|
Bottom | The contents align toward the lower edge of the container. |
Center | The contents align toward the center of the container. |
Top | The contents align toward the upper edge of the container. |