Пример #1
0
 public TextBehavior(Text specification)
     : base(new TextHeightBehavior(specification))
 {
 }
Пример #2
0
 public TextHeightBehavior(Text specification)
 {
     this.specification = specification;
 }