Shell.Current Property

Definition

Static property providing access to the current Shell.

public static Xamarin.Forms.Shell Current { get; }
member this.Current : Xamarin.Forms.Shell

Property Value

Remarks

This is a typecast alias for Xamarin.Forms.Application.Current.MainPage.

Applies to