Ejemplo n.º 1
0
 protected void DealWithLabelContentChanged()
 {
     MakeVisual();
     if (ParentObject is DNode)
     {
         ParentGraph.ResizeNodeToLabel(ParentObject as DNode);
     }
 }
Ejemplo n.º 2
0
 protected void DealWithLabelContentChanged(System.Windows.Size newSize)
 {
     Label.Width  = newSize.Width;
     Label.Height = newSize.Height;
     if (ParentObject is DNode)
     {
         ParentGraph.ResizeNodeToLabel(ParentObject as DNode);
     }
 }