AlignmentY Enum
Definition
Describes how content is positioned vertically in a container.
public enum AlignmentY
Fields
| Name | Description |
|---|---|
| Bottom | The contents align themselves with the bottom of the container |
| Center | The contents align themselves with the center of the container |
| Top | The contents align themselves with the top of the container |
Bottom Field
The contents align themselves with the bottom of the container
public Avalonia.Media.AlignmentY Bottom
Center Field
The contents align themselves with the center of the container
public Avalonia.Media.AlignmentY Center
Top Field
The contents align themselves with the top of the container
public Avalonia.Media.AlignmentY Top