Beispiel #1
0
 public void animatedResizeStarted(IntSize2 finalSize)
 {
     child.animatedResizeStarted(finalSize);
 }
 void layoutContainer_AnimatedResizeStarted(IntSize2 finalSize)
 {
     Animating = true;
     component.animatedResizeStarted(finalSize);
 }