C# Class FormsPopup.Popup

Popup view to be displayed over a ContentPage.
No default styles have been created for this view.
Inheritance: Xamarin.Forms.ContentView
Afficher le fichier Open project: michaeled/FormsPopup Class Usage Examples

Méthodes publiques

Свойство Type Description
BodyProperty BindableProperty
BottomBorderColorProperty BindableProperty
ContentHeightRequestProperty BindableProperty
ContentWidthRequestProperty BindableProperty
FooterProperty BindableProperty
HeaderProperty BindableProperty
LeftBorderColorProperty BindableProperty
RightBorderColorProperty BindableProperty
TopBorderColorProperty BindableProperty
XPositionRequestProperty BindableProperty
YPositionRequestProperty BindableProperty

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
OnHidden ( ) : void
OnHiding ( ) : PopupHidingEventArgs
OnInitializing ( ) : void
OnPropertyTapped ( PopupTappedEventArgs e ) : void
OnShowing ( ) : PopupShowingEventArgs
OnShown ( ) : void

Private Methods

Méthode Description
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

Method Details

Hide() public méthode

Hide the popup view.
public Hide ( ) : void
Résultat void

HideAsync() public méthode

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
Résultat System.Threading.Tasks.Task

OnHidden() protected méthode

protected OnHidden ( ) : void
Résultat void

OnHiding() protected méthode

protected OnHiding ( ) : PopupHidingEventArgs
Résultat PopupHidingEventArgs

OnInitializing() protected méthode

protected OnInitializing ( ) : void
Résultat void

OnPropertyTapped() protected méthode

protected OnPropertyTapped ( PopupTappedEventArgs e ) : void
e PopupTappedEventArgs
Résultat void

OnShowing() protected méthode

protected OnShowing ( ) : PopupShowingEventArgs
Résultat PopupShowingEventArgs

OnShown() protected méthode

protected OnShown ( ) : void
Résultat void

Popup() public méthode

public Popup ( ) : System
Résultat System

Show() public méthode

Show the popup view.
public Show ( ) : void
Résultat void

ShowAsync() public méthode

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
Résultat System.Threading.Tasks.Task

Property Details

BodyProperty public_oe static_oe property

public static BindableProperty BodyProperty
Résultat BindableProperty

BottomBorderColorProperty public_oe static_oe property

public static BindableProperty BottomBorderColorProperty
Résultat BindableProperty

ContentHeightRequestProperty public_oe static_oe property

public static BindableProperty ContentHeightRequestProperty
Résultat BindableProperty

ContentWidthRequestProperty public_oe static_oe property

public static BindableProperty ContentWidthRequestProperty
Résultat BindableProperty

FooterProperty public_oe static_oe property

public static BindableProperty FooterProperty
Résultat BindableProperty

HeaderProperty public_oe static_oe property

public static BindableProperty HeaderProperty
Résultat BindableProperty

LeftBorderColorProperty public_oe static_oe property

public static BindableProperty LeftBorderColorProperty
Résultat BindableProperty

RightBorderColorProperty public_oe static_oe property

public static BindableProperty RightBorderColorProperty
Résultat BindableProperty

TopBorderColorProperty public_oe static_oe property

public static BindableProperty TopBorderColorProperty
Résultat BindableProperty

XPositionRequestProperty public_oe static_oe property

public static BindableProperty XPositionRequestProperty
Résultat BindableProperty

YPositionRequestProperty public_oe static_oe property

public static BindableProperty YPositionRequestProperty
Résultat BindableProperty