Exemplo n.º 1
0
        public double Disappear()
        {
            InternalChild.FadeOutFromOne(500);
            this.ScaleTo(Scale * 1.4f, 300);

            return(500);
        }