C# Class Rg.Plugins.Popup.Animations.FadeAnimation

Inheritance: BaseAnimation
Afficher le fichier Open project: rotorgames/Rg.Plugins.Popup

Méthodes publiques

Méthode Description
Appearing ( View content, PopupPage page ) : System.Threading.Tasks.Task
Disappearing ( View content, PopupPage page ) : System.Threading.Tasks.Task
Disposing ( View content, PopupPage page ) : void
Preparing ( View content, PopupPage page ) : void

Method Details

Appearing() public méthode

public Appearing ( View content, PopupPage page ) : System.Threading.Tasks.Task
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
Résultat System.Threading.Tasks.Task

Disappearing() public méthode

public Disappearing ( View content, PopupPage page ) : System.Threading.Tasks.Task
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
Résultat System.Threading.Tasks.Task

Disposing() public méthode

public Disposing ( View content, PopupPage page ) : void
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
Résultat void

Preparing() public méthode

public Preparing ( View content, PopupPage page ) : void
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
Résultat void