C# 클래스 Rg.Plugins.Popup.Pages.PopupPage

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

공개 프로퍼티들

프로퍼티 타입 설명
AnimationProperty BindableProperty
CloseWhenBackgroundIsClickedProperty BindableProperty
HasSystemPaddingProperty BindableProperty
IsAnimatingProperty BindableProperty

공개 메소드들

메소드 설명
PopupPage ( ) : System

보호된 메소드들

메소드 설명
LayoutChildren ( double x, double y, double width, double height ) : void
OnAppearing ( ) : void
OnAppearingAnimationEnd ( ) : System.Threading.Tasks.Task
OnBackButtonPressed ( ) : bool
OnBackgroundClicked ( ) : bool
OnDisappearingAnimationBegin ( ) : System.Threading.Tasks.Task
OnPropertyChanged ( string propertyName = null ) : void
OnSizeAllocated ( double width, double height ) : void

비공개 메소드들

메소드 설명
AppearingAnimation ( ) : System.Threading.Tasks.Task
DisappearingAnimation ( ) : System.Threading.Tasks.Task
DisposingAnimation ( ) : void
ExecuteWhenAppearingOnce ( System.Action action ) : void
PreparingAnimation ( ) : void
SendBackgroundClick ( ) : void

메소드 상세

LayoutChildren() 보호된 메소드

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
리턴 void

OnAppearing() 보호된 메소드

protected OnAppearing ( ) : void
리턴 void

OnAppearingAnimationEnd() 보호된 메소드

protected OnAppearingAnimationEnd ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

OnBackButtonPressed() 보호된 메소드

protected OnBackButtonPressed ( ) : bool
리턴 bool

OnBackgroundClicked() 보호된 메소드

protected OnBackgroundClicked ( ) : bool
리턴 bool

OnDisappearingAnimationBegin() 보호된 메소드

protected OnDisappearingAnimationBegin ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
리턴 void

OnSizeAllocated() 보호된 메소드

protected OnSizeAllocated ( double width, double height ) : void
width double
height double
리턴 void

PopupPage() 공개 메소드

public PopupPage ( ) : System
리턴 System

프로퍼티 상세

AnimationProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty AnimationProperty
리턴 BindableProperty

CloseWhenBackgroundIsClickedProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty CloseWhenBackgroundIsClickedProperty
리턴 BindableProperty

HasSystemPaddingProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty HasSystemPaddingProperty
리턴 BindableProperty

IsAnimatingProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty IsAnimatingProperty
리턴 BindableProperty