Example #1
0
 public void FadeOut()
 {
     new UIGroupAnimation(colorDemo, UIAnimator.FadeOut(colorDemo[0], 1f)).Play();
 }