Added ability to set Auto or Right flyout placement

This commit is contained in:
Daniel Clark
2021-02-25 17:39:19 +00:00
parent 36f2953fd4
commit d25744a9f4
16 changed files with 142 additions and 82 deletions
@@ -4,7 +4,7 @@ namespace TheXamlGuy.NotificationFlyout.Common.Helpers
{
public struct TaskbarState
{
public TaskbarPosition Position;
public TaskbarPlacement Placement;
public Rect Rect;
public Screen Screen;
}