C# 클래스 Rg.Plugins.Popup.Animations.FadeAnimation

상속: BaseAnimation
파일 보기 프로젝트 열기: rotorgames/Rg.Plugins.Popup

공개 메소드들

메소드 설명
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

메소드 상세

Appearing() 공개 메소드

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

Disappearing() 공개 메소드

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

Disposing() 공개 메소드

public Disposing ( View content, PopupPage page ) : void
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
리턴 void

Preparing() 공개 메소드

public Preparing ( View content, PopupPage page ) : void
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
리턴 void