MultiPage<T> Constructor

Definition

Provides the base initialization for objects derived from the MultiPage<T> class.

protected MultiPage ();

Remarks

Xamarin.Forms provides two classes that are derived from MultiPage<T>, TabbedPage and CarouselPage.

Applies to