Skip to content

VerticalAlignment Enum

Vertical alignment modes.

C#
public enum VerticalAlignment

Top alignment.

C#
Top = 0

Center alignment.

C#
Center = 1

Bottom allignment.

C#
Bottom = 2

Stretch.

C#
Stretch = 3