Enum AlignmentX
Describes how content is positioned horizontally in a container.
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public enum AlignmentX
Fields
| Name | Description |
|---|---|
| Center | The contents align toward the center of the container. |
| Left | The contents align toward the left of the container. |
| Right | The contents align toward the right of the container. |