Compartir a través de


ButtonHandler Clase

Definición

public ref class ButtonHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IButton ^, System::Object ^>, Microsoft::Maui::Handlers::IButtonHandler
public class ButtonHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IButton,object>, Microsoft.Maui.Handlers.IButtonHandler
type ButtonHandler = class
    inherit ViewHandler<IButton, obj>
    interface IButtonHandler
    interface IViewHandler
    interface IElementHandler
Public Class ButtonHandler
Inherits ViewHandler(Of IButton, Object)
Implements IButtonHandler
Herencia
Implementaciones

Constructores

ButtonHandler()
ButtonHandler(IPropertyMapper, CommandMapper)
ButtonHandler(IPropertyMapper)

Campos

CommandMapper
ImageButtonMapper
Mapper
TextButtonMapper

Propiedades

ContainerView

Obtiene la vista que actúa como contenedor para .PlatformView

(Heredado de ViewHandler)
HasContainer

Obtiene o establece un valor que indica si PlatformView está contenido en una vista.

(Heredado de ViewHandler)
ImageSourceLoader
MauiContext (Heredado de ElementHandler)
NeedsContainer

Obtiene un valor que indica si necesita o no VirtualView una vista de contenedor.

(Heredado de ViewHandler)
PlatformView (Heredado de ViewHandler<TVirtualView,TPlatformView>)
Services (Heredado de ElementHandler)
VirtualView (Heredado de ViewHandler<TVirtualView,TPlatformView>)

Métodos

ConnectHandler(TPlatformView) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()
DisconnectHandler(TPlatformView) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (Heredado de ElementHandler)
MapCharacterSpacing(IButtonHandler, ITextStyle)
MapCornerRadius(IButtonHandler, IButtonStroke)
MapFont(IButtonHandler, ITextStyle)
MapImageSource(IButtonHandler, IImage)
MapPadding(IButtonHandler, IButton)
MapStrokeColor(IButtonHandler, IButtonStroke)
MapStrokeThickness(IButtonHandler, IButtonStroke)
MapText(IButtonHandler, IText)
MapTextColor(IButtonHandler, ITextStyle)
PlatformArrange(Rect) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer() (Heredado de ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext) (Heredado de ElementHandler)
SetupContainer() (Heredado de ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
UpdateValue(String) (Heredado de ElementHandler)

Implementaciones de interfaz explícitas

IButtonHandler.PlatformView
IButtonHandler.VirtualView
IElementHandler.DisconnectHandler() (Heredado de ElementHandler)
IElementHandler.PlatformView (Heredado de ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (Heredado de ViewHandler<TVirtualView,TPlatformView>)
IViewHandler.ContainerView (Heredado de ViewHandler)
IViewHandler.VirtualView (Heredado de ViewHandler<TVirtualView,TPlatformView>)

Métodos de extensión

GetRequiredService<T>(IElementHandler, Type)
GetRequiredService<T>(IElementHandler)
GetService<T>(IElementHandler, Type)
GetService<T>(IElementHandler)
GetServiceProvider(IElementHandler)
IsConnected(IElementHandler)

Se aplica a