Example #1
0
 private void btnAlert_Clicked(object sender, EventArgs e)
 {
     AlertDemo.Opacity   = 0;
     AlertDemo.IsVisible = true;
     _ = AlertDemo.FadeTo(1, 400);
 }
Example #2
0
        private async void Button_Clicked(object sender, EventArgs e)
        {
            await AlertDemo.FadeTo(0, 400);

            AlertDemo.IsVisible = false;
        }