Added WindowStyle
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.UI.WinUI;
|
||||
|
||||
public enum WindowStyle
|
||||
{
|
||||
None,
|
||||
SingleBorderWindow,
|
||||
ThreeDBorderWindow,
|
||||
ToolWindow
|
||||
}
|
||||
Reference in New Issue
Block a user