More WIndows specific parts moved to this project
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.Windows;
|
||||
|
||||
public enum TaskbarPlacement
|
||||
{
|
||||
Left = 0,
|
||||
Top = 1,
|
||||
Right = 2,
|
||||
Bottom = 3
|
||||
}
|
||||
Reference in New Issue
Block a user