Exemplo n.º 1
0
 public TextBehavior(Text specification)
     : base(new TextHeightBehavior(specification))
 {
 }
Exemplo n.º 2
0
 public TextHeightBehavior(Text specification)
 {
     this.specification = specification;
 }