This commit is contained in:
TheXamlGuy
2024-01-17 17:16:50 +00:00
parent 86603a6567
commit 2f22c81384
21 changed files with 471 additions and 231 deletions
@@ -0,0 +1,9 @@
namespace Hyperbar.Windows.Interop;
public enum AppBarWindowPlacement
{
Left,
Top,
Right,
Bottom
}