Exemplo n.º 1
0
 public void SetContent(AbstractContent content)
 {
     if (content != null)
     {
         this.content = content;
     }
 }
Exemplo n.º 2
0
 protected AbstractMeasureContent(AbstractAttributes attributes, AbstractContent content)
 {
     this.attributes = attributes;
     this.content    = content;
     System.Windows.Controls.Canvas.SetLeft(content.GetVisualControl(), attributes.GetVisualWidth());
 }