Enum BoxAlign
Horizontal alignment of content lines inside a Banner.Box.
Affects the spaces injected around each line; the frame and padding
stay the same.
public enum BoxAlign : byte
Fields
Left = 0Lines hug the left edge — trailing space fills the right side. Default; matches every Pascal-CRT muscle-memory banner.
Center = 1Lines centred inside the inner content area. Odd leftover space goes on the right.
Right = 2Lines hug the right edge — leading space fills the left side.