Skip to content

HorizontalAlignment Enum

Horizontal alignment modes.

C#
public enum HorizontalAlignment

Left alignment.

C#
Left = 0

Center alignment.

C#
Center = 1

Right alignment.

C#
Right = 2

Stretch.

C#
Stretch = 3