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