C# Class Rg.Plugins.Popup.Pages.PopupPage

Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: rotorgames/Rg.Plugins.Popup Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationProperty BindableProperty
CloseWhenBackgroundIsClickedProperty BindableProperty
HasSystemPaddingProperty BindableProperty
IsAnimatingProperty BindableProperty

Méthodes publiques

Méthode Description
PopupPage ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
AppearingAnimation ( ) : System.Threading.Tasks.Task
DisappearingAnimation ( ) : System.Threading.Tasks.Task
DisposingAnimation ( ) : void
ExecuteWhenAppearingOnce ( System.Action action ) : void
PreparingAnimation ( ) : void
SendBackgroundClick ( ) : void

Method Details

LayoutChildren() protected méthode

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
Résultat void

OnAppearing() protected méthode

protected OnAppearing ( ) : void
Résultat void

OnAppearingAnimationEnd() protected méthode

protected OnAppearingAnimationEnd ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnBackButtonPressed() protected méthode

protected OnBackButtonPressed ( ) : bool
Résultat bool

OnBackgroundClicked() protected méthode

protected OnBackgroundClicked ( ) : bool
Résultat bool

OnDisappearingAnimationBegin() protected méthode

protected OnDisappearingAnimationBegin ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( double width, double height ) : void
width double
height double
Résultat void

PopupPage() public méthode

public PopupPage ( ) : System
Résultat System

Property Details

AnimationProperty public_oe static_oe property

public static BindableProperty AnimationProperty
Résultat BindableProperty

CloseWhenBackgroundIsClickedProperty public_oe static_oe property

public static BindableProperty CloseWhenBackgroundIsClickedProperty
Résultat BindableProperty

HasSystemPaddingProperty public_oe static_oe property

public static BindableProperty HasSystemPaddingProperty
Résultat BindableProperty

IsAnimatingProperty public_oe static_oe property

public static BindableProperty IsAnimatingProperty
Résultat BindableProperty