Exemplo n.º 1
0
 /// <inheritdoc/>
 public void WriteLine()
 {
   TextLines.Add(string.Empty);
   LineOffset = 0;
   InvalidateArrange();
 }