Property | Type | Description | |
---|---|---|---|
BodyProperty | BindableProperty | ||
BottomBorderColorProperty | BindableProperty | ||
ContentHeightRequestProperty | BindableProperty | ||
ContentWidthRequestProperty | BindableProperty | ||
FooterProperty | BindableProperty | ||
HeaderProperty | BindableProperty | ||
LeftBorderColorProperty | BindableProperty | ||
RightBorderColorProperty | BindableProperty | ||
TopBorderColorProperty | BindableProperty | ||
XPositionRequestProperty | BindableProperty | ||
YPositionRequestProperty | BindableProperty |
Method | Description | |
---|---|---|
Hide ( ) : void |
Hide the popup view.
|
|
HideAsync ( Task>.Func |
Hide the popup view. This method is not limited adding animations. |
|
Popup ( ) : System | ||
Show ( ) : void |
Show the popup view.
|
|
ShowAsync ( Task>.Func |
Show the popup view. This method is not limited adding animations. |
Method | Description | |
---|---|---|
OnHidden ( ) : void | ||
OnHiding ( ) : |
||
OnInitializing ( ) : void | ||
OnPropertyTapped ( |
||
OnShowing ( ) : |
||
OnShown ( ) : void |
Method | 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, |
||
OnPositionChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void | ||
OnRightBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void | ||
OnTopBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void |
public HideAsync ( Task>.Func |
||
animation | Task>.Func | The method is passed the VisualElement that contains the body, header, and footer |
return | System.Threading.Tasks.Task |
protected OnHiding ( ) : |
||
return |
protected OnPropertyTapped ( |
||
e | ||
return | void |
protected OnShowing ( ) : |
||
return |
public ShowAsync ( Task>.Func |
||
animation | Task>.Func | The method is passed the VisualElement that contains the body, header, and footer |
return | System.Threading.Tasks.Task |
public static BindableProperty BodyProperty | ||
return | BindableProperty |
public static BindableProperty BottomBorderColorProperty | ||
return | BindableProperty |
public static BindableProperty ContentHeightRequestProperty | ||
return | BindableProperty |
public static BindableProperty ContentWidthRequestProperty | ||
return | BindableProperty |
public static BindableProperty FooterProperty | ||
return | BindableProperty |
public static BindableProperty HeaderProperty | ||
return | BindableProperty |
public static BindableProperty LeftBorderColorProperty | ||
return | BindableProperty |
public static BindableProperty RightBorderColorProperty | ||
return | BindableProperty |
public static BindableProperty TopBorderColorProperty | ||
return | BindableProperty |
public static BindableProperty XPositionRequestProperty | ||
return | BindableProperty |