Ejemplo n.º 1
0
 protected static void RenderOn1x1 (BlockElement element)
 {
     element.GenerateVisualTree();
     element.Measure(new Size(1, 1));
     element.Arrange(new Rect(1, 1, 1, 1));
     element.Render(new ConsoleBuffer(1));
 }
Ejemplo n.º 2
0
 public BlockProperties(BlockElement element)
 {
     _element = element;
 }