C# Class Demo.Animations.UserAnimation

Inheritance: Rg.Plugins.Popup.Animations.Base.FadeBackgroundAnimation
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
UserAnimation ( ) : System

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

UserAnimation() public méthode

public UserAnimation ( ) : System
Résultat System