Compartir a través de


RadioButtonHandler Clase

Definición

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

Constructores

RadioButtonHandler()
RadioButtonHandler(IPropertyMapper, CommandMapper)
RadioButtonHandler(IPropertyMapper)

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)
MapBackground(IRadioButtonHandler, IRadioButton)
MapCharacterSpacing(IRadioButtonHandler, ITextStyle)
MapContent(IRadioButtonHandler, IRadioButton)
MapCornerRadius(IRadioButtonHandler, IRadioButton)
MapFont(IRadioButtonHandler, ITextStyle)
MapIsChecked(IRadioButtonHandler, IRadioButton)
MapStrokeColor(IRadioButtonHandler, IRadioButton)
MapStrokeThickness(IRadioButtonHandler, IRadioButton)
MapTextColor(IRadioButtonHandler, 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

IElementHandler.DisconnectHandler() (Heredado de ElementHandler)
IElementHandler.PlatformView (Heredado de ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (Heredado de ViewHandler<TVirtualView,TPlatformView>)
IRadioButtonHandler.PlatformView
IRadioButtonHandler.VirtualView
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