Table of Contents

Enum AlignmentY

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Describes how content is positioned vertically in a container.

public enum AlignmentY

Fields

Bottom = 2

The contents align themselves with the bottom of the container

Center = 1

The contents align themselves with the center of the container

Top = 0

The contents align themselves with the top of the container