Aracılığıyla paylaş


Button.MapContentLayout Yöntem

Tanım

Aşırı Yüklemeler

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

Soyut ContentLayout özelliği platform uygulamasına Haritalar.

MapContentLayout(ButtonHandler, Button)

Kaynak:
Button.Mapper.cs
Kaynak:
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)

Parametreler

handler
ButtonHandler
button
Button

Şunlara uygulanır

MapContentLayout(IButtonHandler, Button)

Kaynak:
Button.Mapper.cs
Kaynak:
Button.Mapper.cs

Soyut ContentLayout özelliği platform uygulamasına Haritalar.

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)

Parametreler

handler
IButtonHandler

Bu denetimle ilişkili işleyici.

button
Button

Eşlenen soyut denetim.

Şunlara uygulanır