Ejemplo n.º 1
0
 public void FadeIn()
 {
     new UIGroupAnimation(colorDemo, UIAnimator.FadeIn(colorDemo[0], 1f)).Play();
 }