Exemplo n.º 1
0
 public void EndRotate()
 {
     if (ElementRotate != null)
     {
         ElementRotate.Stop();
     }
 }
Exemplo n.º 2
0
 public void BeginRotate()
 {
     if (ElementRotate != null)
     {
         ElementRotate.Begin();
     }
 }