Type alias Alignment

Alignment: "tl" | "tc" | "tr" | "ts" | "cl" | "cc" | "cr" | "cs" | "bl" | "bc" | "br" | "bs" | "sl" | "sc" | "sr" | "ss"

Type of alignment.

  • tl: Vertically top, horizontally left
  • tc: Vertically top, horizontally centered
  • tr: Vertically top, horizontally right
  • ts: Vertically top, horizontally stretched
  • cl: Vertically centered, horizontally left
  • cc: Vertically centered, horizontally centered
  • cr: Vertically centered, horizontally right
  • cs: Vertically centered, horizontally stretched
  • bl: Vertically bottom, horizontally left
  • bc: Vertically bottom, horizontally centered
  • br: Vertically bottom, horizontally right
  • bs: Vertically bottom, horizontally stretched
  • sl: Vertically stretched, horizontally left
  • sc: Vertically stretched, horizontally centered
  • sr: Vertically stretched, horizontally right
  • ss: Vertically stretched, horizontally stretched