AlignmentY Enumeration
Describes how content is positioned vertically in a container.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum AlignmentY
Public Enumeration AlignmentY
type AlignmentY
Members
Top | 0 | The contents align themselves with the top of the container |
Center | 1 | The contents align themselves with the center of the container |
Bottom | 2 | The contents align themselves with the bottom of the container |