C# Класс Blog.Mobile.Components.PopupLayout

Наследование: RelativeLayout
Показать файл Открыть проект

Открытые методы

Метод Описание
DismissPopup ( ) : void
ShowPopup ( View popupView ) : void
ShowPopup ( View popupView, Constraint xConstraint, Constraint yConstraint, Constraint widthConstraint = null, Constraint heightConstraint = null ) : void
ShowPopup ( View popupView, View presenter, PopupLocation location, float paddingX, float paddingY ) : void

Описание методов

DismissPopup() публичный метод

public DismissPopup ( ) : void
Результат void

ShowPopup() публичный метод

public ShowPopup ( View popupView ) : void
popupView Xamarin.Forms.View
Результат void

ShowPopup() публичный метод

public ShowPopup ( View popupView, Constraint xConstraint, Constraint yConstraint, Constraint widthConstraint = null, Constraint heightConstraint = null ) : void
popupView Xamarin.Forms.View
xConstraint Constraint
yConstraint Constraint
widthConstraint Constraint
heightConstraint Constraint
Результат void

ShowPopup() публичный метод

public ShowPopup ( View popupView, View presenter, PopupLocation location, float paddingX, float paddingY ) : void
popupView Xamarin.Forms.View
presenter Xamarin.Forms.View
location PopupLocation
paddingX float
paddingY float
Результат void