Condividi tramite


RadioButtonHandler Classe

Definizione

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
Ereditarietà
Implementazioni

Costruttori

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

Campi

CommandMapper
Mapper

Proprietà

ContainerView

Ottiene la vista che funge da contenitore per l'oggetto PlatformView.

(Ereditato da ViewHandler)
HasContainer

Ottiene o imposta un valore che indica se l'oggetto PlatformView è contenuto all'interno di una visualizzazione.

(Ereditato da ViewHandler)
MauiContext (Ereditato da ElementHandler)
NeedsContainer

Ottiene un valore che indica se è VirtualView necessaria o meno una visualizzazione contenitore.

(Ereditato da ViewHandler)
PlatformView (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
Services (Ereditato da ElementHandler)
VirtualView (Ereditato da ViewHandler<TVirtualView,TPlatformView>)

Metodi

ConnectHandler(TPlatformView) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()
DisconnectHandler(TPlatformView) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (Ereditato da 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) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer() (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext) (Ereditato da ElementHandler)
SetupContainer() (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
UpdateValue(String) (Ereditato da ElementHandler)

Implementazioni dell'interfaccia esplicita

IElementHandler.DisconnectHandler() (Ereditato da ElementHandler)
IElementHandler.PlatformView (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
IRadioButtonHandler.PlatformView
IRadioButtonHandler.VirtualView
IViewHandler.ContainerView (Ereditato da ViewHandler)
IViewHandler.VirtualView (Ereditato da ViewHandler<TVirtualView,TPlatformView>)

Metodi di estensione

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

Si applica a