Table of Contents

Enum HorizontalAlignment

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

Specifies the horizontal alignment of an element.

public enum HorizontalAlignment

Fields

Center = 1

Centers the element horizontally.

Left = 0

Aligns the element to the left.

Right = 2

Aligns the element to the right.

Stretch = 3

Stretches the element to fill available horizontal space.