Skip to main content

AlignmentY Enumeration

Describes how content is positioned vertically in a container.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum AlignmentY
View Source

Members

Top0The contents align themselves with the top of the container
Center1The contents align themselves with the center of the container
Bottom2The contents align themselves with the bottom of the container

See Also

Reference

Avalonia.Media Namespace