Table of Contents

Enum VerticalAlignment

Namespace
Avalonia.Layout
Assembly
Avalonia.Base.dll

Defines how a control aligns itself vertically in its parent control.

public enum VerticalAlignment

Fields

Bottom = 3

The control aligns itself to the bottom of the parent control.

Center = 2

The control centers itself within the parent control.

Stretch = 0

The control stretches to fill the height of the parent control.

Top = 1

The control aligns itself to the top of the parent control.