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

상속: Rg.Plugins.Popup.Animations.Base.FadeBackgroundAnimation
파일 보기 프로젝트 열기: 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
MoveAnimation ( ) : System.Collections.Generic
MoveAnimation ( MoveAnimationOptions positionIn, MoveAnimationOptions positionOut ) : System.Collections.Generic
Preparing ( View content, PopupPage page ) : void

비공개 메소드들

메소드 설명
UpdateDefaultTranslations ( View content ) : 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

MoveAnimation() 공개 메소드

public MoveAnimation ( ) : System.Collections.Generic
리턴 System.Collections.Generic

MoveAnimation() 공개 메소드

public MoveAnimation ( MoveAnimationOptions positionIn, MoveAnimationOptions positionOut ) : System.Collections.Generic
positionIn MoveAnimationOptions
positionOut MoveAnimationOptions
리턴 System.Collections.Generic

Preparing() 공개 메소드

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