Property | Type | Description | |
---|---|---|---|
PopupChanged | bool | ||
PopupVisible | bool | ||
StatusBarOffset | double |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
DismisPopup ( ) : void | ||
DrawPopup ( |
||
GetX ( |
||
GetXY ( |
||
PopupLayouts ( |
||
ShowPopupByMargin ( |
||
ShowPopupCenter ( |
||
ShowPopupRelative ( |
Method | Description | |
---|---|---|
OnClosed ( bool changed ) : void | ||
OnOpened ( ) : void |
public DrawPopup ( |
||
view | ||
rounded | bool | |
title | string | |
return | void |
public GetXY ( |
||
view | ||
return | System.Point |
public PopupLayouts ( |
||
view | ||
parentPage | ||
parentScroll | Xamarin.Forms.ScrollView | |
return | System |
public ShowPopupByMargin ( |
||
view | ||
margins | Rectangle | |
modal | bool | |
rounded | bool | |
title | string | |
return | void |
public ShowPopupCenter ( |
||
view | ||
scale | double | |
title | string | |
modal | bool | |
rounded | bool | |
return | void |
public ShowPopupRelative ( |
||
view | ||
relativeTo | ||
width | double | |
height | double | |
modal | bool | |
title | string | |
return | void |