Compartir a través de


LabelHandler Clase

Definición

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

Constructores

LabelHandler()
LabelHandler(IPropertyMapper)
LabelHandler(IPropertyMapper, CommandMapper)

Campos

CommandMapper
Mapper

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)
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(ILabelHandler, ILabel)
MapFont(ILabelHandler, ILabel)
MapHorizontalTextAlignment(ILabelHandler, ILabel)
MapLineHeight(ILabelHandler, ILabel)
MapMaxLines(ILabelHandler, ILabel)
MapPadding(ILabelHandler, ILabel)
MapText(ILabelHandler, ILabel)
MapTextColor(ILabelHandler, ILabel)
MapTextDecorations(ILabelHandler, ILabel)
MapVerticalTextAlignment(ILabelHandler, ILabel)
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

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

Métodos de extensión

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

Se aplica a