Table of Contents

Enum BoxAlign

Namespace
Retro.Crt
Assembly
Retro.Crt.dll

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 = 0

Lines hug the left edge — trailing space fills the right side. Default; matches every Pascal-CRT muscle-memory banner.

Center = 1

Lines centred inside the inner content area. Odd leftover space goes on the right.

Right = 2

Lines hug the right edge — leading space fills the left side.