Button.MapContentLayout Método

Definição

Sobrecargas

MapContentLayout(ButtonHandler, Button)
MapContentLayout(IButtonHandler, Button)

Mapeia a propriedade abstrata ContentLayout para a implementação da plataforma.

MapContentLayout(ButtonHandler, Button)

Origem:
Button.Mapper.cs
Origem:
Button.Mapper.cs
public:
 static void MapContentLayout(Microsoft::Maui::Handlers::ButtonHandler ^ handler, Microsoft::Maui::Controls::Button ^ button);
public static void MapContentLayout (Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button);
static member MapContentLayout : Microsoft.Maui.Handlers.ButtonHandler * Microsoft.Maui.Controls.Button -> unit
Public Shared Sub MapContentLayout (handler As ButtonHandler, button As Button)

Parâmetros

handler
ButtonHandler
button
Button

Aplica-se a

MapContentLayout(IButtonHandler, Button)

Origem:
Button.Mapper.cs
Origem:
Button.Mapper.cs

Mapeia a propriedade abstrata ContentLayout para a implementação da plataforma.

public:
 static void MapContentLayout(Microsoft::Maui::Handlers::IButtonHandler ^ handler, Microsoft::Maui::Controls::Button ^ button);
public static void MapContentLayout (Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button);
static member MapContentLayout : Microsoft.Maui.Handlers.IButtonHandler * Microsoft.Maui.Controls.Button -> unit
Public Shared Sub MapContentLayout (handler As IButtonHandler, button As Button)

Parâmetros

handler
IButtonHandler

O manipulador associado a esse controle.

button
Button

O controle abstrato que está sendo mapeado.

Aplica-se a