프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BodyProperty | BindableProperty | ||
BottomBorderColorProperty | BindableProperty | ||
ContentHeightRequestProperty | BindableProperty | ||
ContentWidthRequestProperty | BindableProperty | ||
FooterProperty | BindableProperty | ||
HeaderProperty | BindableProperty | ||
LeftBorderColorProperty | BindableProperty | ||
RightBorderColorProperty | BindableProperty | ||
TopBorderColorProperty | BindableProperty | ||
XPositionRequestProperty | BindableProperty | ||
YPositionRequestProperty | BindableProperty |
메소드 | 설명 | |
---|---|---|
Hide ( ) : void |
Hide the popup view.
|
|
HideAsync ( Task>.Func |
Hide the popup view. This method is not limited adding animations. |
|
Popup ( ) : System | ||
Show ( ) : void |
Show the popup view.
|
|
ShowAsync ( Task>.Func |
Show the popup view. This method is not limited adding animations. |
메소드 | 설명 | |
---|---|---|
OnHidden ( ) : void | ||
OnHiding ( ) : |
||
OnInitializing ( ) : void | ||
OnPropertyTapped ( |
||
OnShowing ( ) : |
||
OnShown ( ) : void |
메소드 | 설명 | |
---|---|---|
OnBodyPropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void | ||
OnBottomBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void | ||
OnFooterPropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void | ||
OnHeaderPropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void | ||
OnLeftBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void | ||
OnPopupInitializing ( object sender, |
||
OnPositionChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void | ||
OnRightBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void | ||
OnTopBorderChanged ( BindableObject bindable, object oldvalue, object newvalue ) : void |
public HideAsync ( Task>.Func |
||
animation | Task>.Func | The method is passed the VisualElement that contains the body, header, and footer |
리턴 | System.Threading.Tasks.Task |
protected OnPropertyTapped ( |
||
e | ||
리턴 | void |
public ShowAsync ( Task>.Func |
||
animation | Task>.Func | The method is passed the VisualElement that contains the body, header, and footer |
리턴 | System.Threading.Tasks.Task |
public static BindableProperty BottomBorderColorProperty | ||
리턴 | BindableProperty |
public static BindableProperty ContentHeightRequestProperty | ||
리턴 | BindableProperty |
public static BindableProperty ContentWidthRequestProperty | ||
리턴 | BindableProperty |
public static BindableProperty LeftBorderColorProperty | ||
리턴 | BindableProperty |
public static BindableProperty RightBorderColorProperty | ||
리턴 | BindableProperty |
public static BindableProperty TopBorderColorProperty | ||
리턴 | BindableProperty |
public static BindableProperty XPositionRequestProperty | ||
리턴 | BindableProperty |