Paint.UIBusyAlertView.Show C# (CSharp) Méthode

Show() public méthode

public Show ( ) : void
Résultat void
        public new void Show()
        {
            base.Show();

            this.activityIndicatorView.Frame = new RectangleF((Bounds.Width / 2) - 15, Bounds.Height - 60, 30, 30);
            this.activityIndicatorView.StartAnimating();
            this.Visible = true;
        }