Application.SetOverlayContent 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
| Name | Description |
|---|---|
| SetOverlayContent(BindableObject, View) |
Sets the overlay content view for the application. |
| SetOverlayContent(IPlatformElementConfiguration<Tizen,Application>, View) |
Sets the overlay content view for the application. |
SetOverlayContent(BindableObject, View)
- Source:
- Application.cs
- Source:
- Application.cs
- Source:
- Application.cs
- Source:
- Application.cs
Sets the overlay content view for the application.
public:
static void SetOverlayContent(Microsoft::Maui::Controls::BindableObject ^ application, Microsoft::Maui::Controls::View ^ value);
public static void SetOverlayContent(Microsoft.Maui.Controls.BindableObject application, Microsoft.Maui.Controls.View value);
static member SetOverlayContent : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.View -> unit
Public Sub SetOverlayContent (application As BindableObject, value As View)
Parameters
- application
- BindableObject
The application whose overlay content to set.
- value
- View
The overlay content view.
Applies to
SetOverlayContent(IPlatformElementConfiguration<Tizen,Application>, View)
- Source:
- Application.cs
- Source:
- Application.cs
- Source:
- Application.cs
- Source:
- Application.cs
Sets the overlay content view for the application.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Application ^> ^ SetOverlayContent(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Application ^> ^ config, Microsoft::Maui::Controls::View ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Application> SetOverlayContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Application> config, Microsoft.Maui.Controls.View value);
static member SetOverlayContent : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Application> * Microsoft.Maui.Controls.View -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Application>
<Extension()>
Public Function SetOverlayContent (config As IPlatformElementConfiguration(Of Tizen, Application), value As View) As IPlatformElementConfiguration(Of Tizen, Application)
Parameters
The platform configuration.
- value
- View
The overlay content view.
Returns
The updated platform configuration.