Application.GetOverlayContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetOverlayContent(BindableObject) | |
GetOverlayContent(IPlatformElementConfiguration<Tizen,Application>) |
GetOverlayContent(BindableObject)
public static Xamarin.Forms.View GetOverlayContent (Xamarin.Forms.BindableObject application);
static member GetOverlayContent : Xamarin.Forms.BindableObject -> Xamarin.Forms.View
Parameters
- application
- BindableObject
Returns
Applies to
GetOverlayContent(IPlatformElementConfiguration<Tizen,Application>)
public static Xamarin.Forms.View GetOverlayContent (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Application> config);
static member GetOverlayContent : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Application> -> Xamarin.Forms.View