AlignmentY Enumeration

Describes how content is positioned vertically in a container.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum AlignmentY

Members

Top0 The contents align themselves with the top of the container
Center1 The contents align themselves with the center of the container
Bottom2 The contents align themselves with the bottom of the container

See Also