DebugPointer.cs 184 B

12345678
  1. namespace QuestPDF.Elements
  2. {
  3. internal sealed class DebugPointer : Container
  4. {
  5. public string Target { get; set; }
  6. public bool Highlight { get; set; }
  7. }
  8. }