Files
QuestPDF/Source/QuestPDF/Elements/ContentDirectionSetter.cs
T
2023-01-06 00:45:12 +01:00

9 lines
202 B
C#

using QuestPDF.Infrastructure;
namespace QuestPDF.Elements
{
internal class ContentDirectionSetter : ContainerElement
{
public ContentDirection ContentDirection { get; set; }
}
}