Ejemplo n.º 1
0
 protected override Size ArrangeOverride(Size arrangeBounds)
 {
     _htmlControl.Arrange(new Rect(arrangeBounds));
     return(arrangeBounds);
 }