Exemplo n.º 1
0
 public TextProps(FastTextBlock tb)
 {
     this.tb = tb;
 }
Exemplo n.º 2
0
 public void UpdateParent(FastTextBlock ftb)
 {
     text = ftb.Text;
     props = new TextProps(ftb);
 }
Exemplo n.º 3
0
 public ParaProps(FastTextBlock tb)
 {
     this.tb = tb;
     props = new TextProps(tb);
 }
Exemplo n.º 4
0
 public void UpdateParent(FastTextBlock ftb)
 {
     parent = ftb;
 }
Exemplo n.º 5
0
 public ParaProps(FastTextBlock tb)
 {
     this.tb = tb;
     props   = new TextProps(tb);
 }
Exemplo n.º 6
0
 public void UpdateParent(FastTextBlock ftb)
 {
     text  = ftb.Text;
     props = new TextProps(ftb);
 }
Exemplo n.º 7
0
 public TextProps(FastTextBlock tb)
 {
     this.tb = tb;
 }