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

상속: FadeAnimation
파일 보기 프로젝트 열기: rotorgames/Rg.Plugins.Popup 1 사용 예제들

공개 메소드들

메소드 설명
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
ScaleAnimation ( ) : System.Collections.Generic
ScaleAnimation ( MoveAnimationOptions positionIn, MoveAnimationOptions positionOut ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Scale ( View content, Easing easing, double start, double end, bool isAppearing ) : System.Threading.Tasks.Task
UpdateDefaultProperties ( 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

Preparing() 공개 메소드

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

ScaleAnimation() 공개 메소드

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

ScaleAnimation() 공개 메소드

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