Calendar rendering.

This commit is contained in:
Burak Kaan Köse
2026-03-23 10:22:47 +01:00
parent 8d143e3b08
commit 8586d0ef54
12 changed files with 1347 additions and 32 deletions
@@ -0,0 +1,3 @@
namespace Wino.Calendar.Controls;
public readonly record struct LayoutRect(double X, double Y, double Width, double Height);