Calendar rendering.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Wino.Calendar.Controls;
|
||||
|
||||
public sealed class HeaderTextLayout
|
||||
{
|
||||
public HeaderTextLayout(string text, double width)
|
||||
{
|
||||
Text = text;
|
||||
Width = width;
|
||||
}
|
||||
|
||||
public string Text { get; set; }
|
||||
public double Width { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user