Table of Contents

Enum VerticalAlignment

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

Specifies the vertical alignment of an element.

public enum VerticalAlignment

Fields

Bottom = 2

Aligns the element to the bottom.

Center = 1

Centers the element vertically.

Stretch = 3

Stretches the element to fill available vertical space.

Top = 0

Aligns the element to the top.