horizontaltextalignment.d 90 B

123456
  1. module horizontaltextalignment;
  2. enum HorizontalTextAlignment {
  3. left, center, right
  4. }