Share via


Layout.MapInputTransparent Method

Definition

Overloads

MapInputTransparent(LayoutHandler, Layout)
Obsolete.

Maps the abstract InputTransparent property to the platform-specific implementations.

MapInputTransparent(ILayoutHandler, Layout)
Obsolete.

Maps the abstract InputTransparent property to the platform-specific implementations.

MapInputTransparent(LayoutHandler, Layout)

Source:
Layout.Standard.cs
Source:
Layout.Standard.cs

Caution

This API is now deprecated.

Maps the abstract InputTransparent property to the platform-specific implementations.

public:
 static void MapInputTransparent(Microsoft::Maui::Handlers::LayoutHandler ^ handler, Microsoft::Maui::Controls::Layout ^ layout);
[System.Obsolete]
public static void MapInputTransparent (Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout);
[<System.Obsolete>]
static member MapInputTransparent : Microsoft.Maui.Handlers.LayoutHandler * Microsoft.Maui.Controls.Layout -> unit
Public Shared Sub MapInputTransparent (handler As LayoutHandler, layout As Layout)

Parameters

handler
LayoutHandler

The associated handler.

layout
Layout

The associated Layout instance.

Attributes

Applies to

MapInputTransparent(ILayoutHandler, Layout)

Source:
Layout.Standard.cs
Source:
Layout.Standard.cs

Caution

This API is now deprecated.

Maps the abstract InputTransparent property to the platform-specific implementations.

public:
 static void MapInputTransparent(Microsoft::Maui::ILayoutHandler ^ handler, Microsoft::Maui::Controls::Layout ^ layout);
[System.Obsolete]
public static void MapInputTransparent (Microsoft.Maui.ILayoutHandler handler, Microsoft.Maui.Controls.Layout layout);
[<System.Obsolete>]
static member MapInputTransparent : Microsoft.Maui.ILayoutHandler * Microsoft.Maui.Controls.Layout -> unit
Public Shared Sub MapInputTransparent (handler As ILayoutHandler, layout As Layout)

Parameters

handler
ILayoutHandler

The associated handler.

layout
Layout

The associated Layout instance.

Attributes

Applies to