C# 클래스 MyCart.Views.ErrorAndEmpty.NoInternetConnectionPage

파일 보기 프로젝트 열기: syncfusion/xamarin-ui-kit-mycart-demo

공개 메소드들

메소드 설명
NoInternetConnectionPage ( ) : Xamarin.Forms

Initializes a new instance of the NoInternetConnectionPage class.

보호된 메소드들

메소드 설명
OnSizeAllocated ( double width, double height ) : void

Invoked when view size is changed.

메소드 상세

NoInternetConnectionPage() 공개 메소드

Initializes a new instance of the NoInternetConnectionPage class.
public NoInternetConnectionPage ( ) : Xamarin.Forms
리턴 Xamarin.Forms

OnSizeAllocated() 보호된 메소드

Invoked when view size is changed.
protected OnSizeAllocated ( double width, double height ) : void
width double The Width
height double The Height
리턴 void