9 lines
202 B
C#
9 lines
202 B
C#
using QuestPDF.Infrastructure;
|
|
|
|
namespace QuestPDF.Elements
|
|
{
|
|
internal class ContentDirectionSetter : ContainerElement
|
|
{
|
|
public ContentDirection ContentDirection { get; set; }
|
|
}
|
|
} |