Files
Hyperbar/Hyperbar.Windows.UI/WindowPlacement.cs
T
TheXamlGuy 9fdb125c13 restructure
2024-01-06 16:56:32 +00:00

9 lines
124 B
C#

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