RadioButtonHandler 类

定义

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
继承
实现

构造函数

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

字段

CommandMapper
Mapper

属性

ContainerView

获取充当 的容器的 PlatformView视图。

(继承自 ViewHandler)
HasContainer

获取或设置一个值,该值指示 是否 PlatformView 包含在视图中。

(继承自 ViewHandler)
MauiContext (继承自 ElementHandler)
NeedsContainer

获取一个值,该值指示 是否需要 VirtualView 容器视图。

(继承自 ViewHandler)
PlatformView (继承自 ViewHandler<TVirtualView,TPlatformView>)
Services (继承自 ElementHandler)
VirtualView (继承自 ViewHandler<TVirtualView,TPlatformView>)

方法

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

显式接口实现

IElementHandler.DisconnectHandler() (继承自 ElementHandler)
IElementHandler.PlatformView (继承自 ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (继承自 ViewHandler<TVirtualView,TPlatformView>)
IRadioButtonHandler.PlatformView
IRadioButtonHandler.VirtualView
IViewHandler.ContainerView (继承自 ViewHandler)
IViewHandler.VirtualView (继承自 ViewHandler<TVirtualView,TPlatformView>)

适用于