StatusBar is a footer-like control for status text and key hints.
You may prefer Header/Footer for new apps.
new StatusBar()
.LeftText("Ready")
.RightText("Ctrl+Q quit");
HorizontalAlignment = Align.Stretch, VerticalAlignment = Align.Start