10 lines
207 B
C#
10 lines
207 B
C#
using System.ComponentModel;
|
|
|
|
namespace QuestPDF.Elements
|
|
{
|
|
internal class DebugPointer : Container
|
|
{
|
|
public string Target { get; set; }
|
|
public bool Highlight { get; set; }
|
|
}
|
|
} |