Files
Wino-Mail/Wino.Mail.WinUI/Controls/Calendar/LayoutRect.cs
T

4 lines
126 B
C#
Raw Normal View History

2026-03-23 10:22:47 +01:00
namespace Wino.Calendar.Controls;
public readonly record struct LayoutRect(double X, double Y, double Width, double Height);