C# 클래스 Blog.Mobile.Components.PopupLayout

상속: RelativeLayout
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
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