namespace Hyperbar.Windows.UI; public enum WindowPlacement { Left = 0, Top = 1, Right = 2, Bottom = 3, }