C# 클래스 PopupLayoutsForms.PopupLayouts

상속: AbsoluteLayout
파일 보기 프로젝트 열기: dbagno/PopupLayouts

공개 프로퍼티들

프로퍼티 타입 설명
PopupChanged bool
PopupVisible bool
StatusBarOffset double

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DismisPopup ( ) : void
DrawPopup ( View view, bool rounded, string title ) : void
GetX ( View view ) : double
GetXY ( View view ) : System.Point
PopupLayouts ( View view, ContentPage parentPage, Xamarin.Forms.ScrollView parentScroll = null ) : System
ShowPopupByMargin ( View view, Rectangle margins, bool modal, bool rounded, string title ) : void
ShowPopupCenter ( View view, double scale = .80, string title = "", bool modal = true, bool rounded = false ) : void
ShowPopupRelative ( View view, View relativeTo, double width, double height, bool modal, string title ) : void

보호된 메소드들

메소드 설명
OnClosed ( bool changed ) : void
OnOpened ( ) : void

메소드 상세

DismisPopup() 공개 메소드

public DismisPopup ( ) : void
리턴 void

DrawPopup() 공개 메소드

public DrawPopup ( View view, bool rounded, string title ) : void
view Xamarin.Forms.View
rounded bool
title string
리턴 void

GetX() 공개 메소드

public GetX ( View view ) : double
view Xamarin.Forms.View
리턴 double

GetXY() 공개 메소드

public GetXY ( View view ) : System.Point
view Xamarin.Forms.View
리턴 System.Point

OnClosed() 보호된 메소드

protected OnClosed ( bool changed ) : void
changed bool
리턴 void

OnOpened() 보호된 메소드

protected OnOpened ( ) : void
리턴 void

PopupLayouts() 공개 메소드

public PopupLayouts ( View view, ContentPage parentPage, Xamarin.Forms.ScrollView parentScroll = null ) : System
view Xamarin.Forms.View
parentPage Xamarin.Forms.ContentPage
parentScroll Xamarin.Forms.ScrollView
리턴 System

ShowPopupByMargin() 공개 메소드

public ShowPopupByMargin ( View view, Rectangle margins, bool modal, bool rounded, string title ) : void
view Xamarin.Forms.View
margins Rectangle
modal bool
rounded bool
title string
리턴 void

ShowPopupCenter() 공개 메소드

public ShowPopupCenter ( View view, double scale = .80, string title = "", bool modal = true, bool rounded = false ) : void
view Xamarin.Forms.View
scale double
title string
modal bool
rounded bool
리턴 void

ShowPopupRelative() 공개 메소드

public ShowPopupRelative ( View view, View relativeTo, double width, double height, bool modal, string title ) : void
view Xamarin.Forms.View
relativeTo Xamarin.Forms.View
width double
height double
modal bool
title string
리턴 void

프로퍼티 상세

PopupChanged 공개적으로 프로퍼티

public bool PopupChanged
리턴 bool

PopupVisible 공개적으로 프로퍼티

public bool PopupVisible
리턴 bool

StatusBarOffset 공개적으로 프로퍼티

public double StatusBarOffset
리턴 double