Exemple #1
0
        void OnCancelAnimationButtonClicked(object sender, EventArgs e)
        {
            boxView.CancelAnimation();
            label.CancelAnimation();
            this.CancelAnimation();

            SetIsEnabledCancelButtonState(false);
        }