11 lines
205 B
C#
11 lines
205 B
C#
using System.Windows;
|
|
|
|
namespace NotificationFlyout.Wpf.UI
|
|
{
|
|
public struct TaskbarState
|
|
{
|
|
public TaskbarPosition Position;
|
|
public Rect Rect;
|
|
public Screen Screen;
|
|
}
|
|
} |