Layout.MapInputTransparent 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
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.
- 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.
- Attributes