Skip to content

PanelSetMethodBindingConverter class

Defined in

Namespace: ReactiveUI.Winforms Assembly: ReactiveUI.Winforms.dll Full name: ReactiveUI.Winforms.PanelSetMethodBindingConverter Modifiers: public

Summary

View source

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

NameSummary
.ctor

Methods

NameSummary
GetAffinityForObjectsReturns 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...
PerformSetConvert a given object to the specified type.
Inherited members