11 lines
214 B
C#
11 lines
214 B
C#
using Windows.Foundation;
|
|
|
|
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public struct TaskbarState
|
|
{
|
|
public TaskbarPlacement Placement;
|
|
public Rect Rect;
|
|
public Screen Screen;
|
|
}
|
|
} |