2.2.2.13 MilHorizontalAlignment

A MilHorizontalAlignment enumeration specifies how content MUST be positioned horizontally within a container.

 typedef  enum
 {
   Left = 0x00000000,
   Center = 0x00000001,
   Right = 0x00000002
 } MilHorizontalAlignment;

Left:  Align contents to the left of a space.

Center:  Center contents horizontally in a space.

Right:  Align contents to the right of a space.