C# Class Blog.Mobile.Components.PopupLayout

Inheritance: RelativeLayout
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
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

Method Details

DismissPopup() public method

public DismissPopup ( ) : void
return void

ShowPopup() public method

public ShowPopup ( View popupView ) : void
popupView Xamarin.Forms.View
return void

ShowPopup() public method

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
return void

ShowPopup() public method

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
return void