2.2.2.25 MilVerticalAlignment

A MilVerticalAlignment enumeration specifies how content MUST be positioned vertically within a container.

 typedef  enum
 {
   Top = 0x00000000,
   Center = 0x00000001,
   Bottom = 0x00000002
 } MilVerticalAlignment;

Top:  Align contents to the top of a space.

Center:  Center contents vertically in a space.

Bottom:  Align contents to the bottom of a space.