PanelSetMethodBindingConverter class¶
Defined in
Namespace: ReactiveUI.Winforms
Assembly: ReactiveUI.Winforms.dll
Full name: ReactiveUI.Winforms.PanelSetMethodBindingConverter
Modifiers: public
Summary¶
A converter that can handle setting values on a Panel control for binding.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
Class hierarchy
classDiagram
class PanelSetMethodBindingConverter
class ISetMethodBindingConverter {
<>
}
ISetMethodBindingConverter <|.. PanelSetMethodBindingConverter
class IEnableLogger {
<>
}
IEnableLogger <|.. PanelSetMethodBindingConverter
Implements: ISetMethodBindingConverter, IEnableLogger
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetAffinityForObjects | Returns a positive integer when this class supports PerformSet for this particular Type. If the method isn't supported at all, return a non-positive integer. When multiple... |
| PerformSet | Convert a given object to the specified type. |