AlignmentX Enum
Definition
Describes how content is positioned horizontally in a container.
public enum AlignmentX
Fields
| Name | Description |
|---|---|
| Center | The contents align themselves with the center of the container |
| Left | The contents align themselves with the left of the container |
| Right | The contents align themselves with the right of the container |
Center Field
The contents align themselves with the center of the container
public Avalonia.Media.AlignmentX Center
Left Field
The contents align themselves with the left of the container
public Avalonia.Media.AlignmentX Left
Right Field
The contents align themselves with the right of the container
public Avalonia.Media.AlignmentX Right