C# Class MyCart.Views.ErrorAndEmpty.NoInternetConnectionPage

ファイルを表示 Open project: syncfusion/xamarin-ui-kit-mycart-demo

Public Methods

Method Description
NoInternetConnectionPage ( ) : Xamarin.Forms

Initializes a new instance of the NoInternetConnectionPage class.

Protected Methods

Method Description
OnSizeAllocated ( double width, double height ) : void

Invoked when view size is changed.

Method Details

NoInternetConnectionPage() public method

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

OnSizeAllocated() protected method

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