Exemple #1
0
 public TextFlowLayout Split()
 {
     len=splitIndex;
     TextFlowLayout tr=new TextFlowLayout(this.Parent, textNode, start+len);
     this.width=splitLeftWidth;
     tr.width=splitRightWidth;
     tr.height=this.Height;
     tr.ascent=this.ascent;
     tr.style=this.style;
     return tr;
 }