C# 클래스 FormsPopup.Popup

Popup view to be displayed over a ContentPage.
No default styles have been created for this view.
상속: Xamarin.Forms.ContentView
파일 보기 프로젝트 열기: michaeled/FormsPopup 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BodyProperty BindableProperty
BottomBorderColorProperty BindableProperty
ContentHeightRequestProperty BindableProperty
ContentWidthRequestProperty BindableProperty
FooterProperty BindableProperty
HeaderProperty BindableProperty
LeftBorderColorProperty BindableProperty
RightBorderColorProperty BindableProperty
TopBorderColorProperty BindableProperty
XPositionRequestProperty BindableProperty
YPositionRequestProperty BindableProperty

공개 메소드들

메소드 설명
Hide ( ) : void

Hide the popup view.

HideAsync ( Task>.Func animation ) : System.Threading.Tasks.Task

Hide the popup view.

This method is not limited adding animations.

Popup ( ) : System
Show ( ) : void

Show the popup view.

ShowAsync ( Task>.Func animation ) : System.Threading.Tasks.Task

Show the popup view.

This method is not limited adding animations.

보호된 메소드들

메소드 설명
OnHidden ( ) : void
OnHiding ( ) : PopupHidingEventArgs
OnInitializing ( ) : void
OnPropertyTapped ( PopupTappedEventArgs e ) : void
OnShowing ( ) : PopupShowingEventArgs
OnShown ( ) : void

비공개 메소드들

메소드 설명
OnBodyPropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void
OnBottomBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void
OnFooterPropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void
OnHeaderPropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void
OnLeftBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void
OnPopupInitializing ( object sender, EventArgs e ) : void
OnPositionChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void
OnRightBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void
OnTopBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void

메소드 상세

Hide() 공개 메소드

Hide the popup view.
public Hide ( ) : void
리턴 void

HideAsync() 공개 메소드

Hide the popup view.
This method is not limited adding animations.
public HideAsync ( Task>.Func animation ) : System.Threading.Tasks.Task
animation Task>.Func The method is passed the VisualElement that contains the body, header, and footer
리턴 System.Threading.Tasks.Task

OnHidden() 보호된 메소드

protected OnHidden ( ) : void
리턴 void

OnHiding() 보호된 메소드

protected OnHiding ( ) : PopupHidingEventArgs
리턴 PopupHidingEventArgs

OnInitializing() 보호된 메소드

protected OnInitializing ( ) : void
리턴 void

OnPropertyTapped() 보호된 메소드

protected OnPropertyTapped ( PopupTappedEventArgs e ) : void
e PopupTappedEventArgs
리턴 void

OnShowing() 보호된 메소드

protected OnShowing ( ) : PopupShowingEventArgs
리턴 PopupShowingEventArgs

OnShown() 보호된 메소드

protected OnShown ( ) : void
리턴 void

Popup() 공개 메소드

public Popup ( ) : System
리턴 System

Show() 공개 메소드

Show the popup view.
public Show ( ) : void
리턴 void

ShowAsync() 공개 메소드

Show the popup view.
This method is not limited adding animations.
public ShowAsync ( Task>.Func animation ) : System.Threading.Tasks.Task
animation Task>.Func The method is passed the VisualElement that contains the body, header, and footer
리턴 System.Threading.Tasks.Task

프로퍼티 상세

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

public static BindableProperty BodyProperty
리턴 BindableProperty

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

public static BindableProperty BottomBorderColorProperty
리턴 BindableProperty

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

public static BindableProperty ContentHeightRequestProperty
리턴 BindableProperty

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

public static BindableProperty ContentWidthRequestProperty
리턴 BindableProperty

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

public static BindableProperty FooterProperty
리턴 BindableProperty

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

public static BindableProperty HeaderProperty
리턴 BindableProperty

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

public static BindableProperty LeftBorderColorProperty
리턴 BindableProperty

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

public static BindableProperty RightBorderColorProperty
리턴 BindableProperty

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

public static BindableProperty TopBorderColorProperty
리턴 BindableProperty

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

public static BindableProperty XPositionRequestProperty
리턴 BindableProperty

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

public static BindableProperty YPositionRequestProperty
리턴 BindableProperty