Files
Hyperbar/Hyperbar.Desktop.Win32/Extensions/WindowPlacement.cs
T
2024-01-04 17:32:36 +00:00

9 lines
110 B
C#

namespace Hyperbar.Desktop.Win32;
public enum WindowPlacement
{
Left,
Top,
Right,
Bottom
}