C# Class MyCart.Views.ErrorAndEmpty.NoInternetConnectionPage

Afficher le fichier Open project: syncfusion/xamarin-ui-kit-mycart-demo

Méthodes publiques

Méthode Description
NoInternetConnectionPage ( ) : Xamarin.Forms

Initializes a new instance of the NoInternetConnectionPage class.

Méthodes protégées

Méthode Description
OnSizeAllocated ( double width, double height ) : void

Invoked when view size is changed.

Method Details

NoInternetConnectionPage() public méthode

Initializes a new instance of the NoInternetConnectionPage class.
public NoInternetConnectionPage ( ) : Xamarin.Forms
Résultat Xamarin.Forms

OnSizeAllocated() protected méthode

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