DependencyObjectObservableForProperty class¶
Defined in
Namespace: ReactiveUI.Binding.Wpf
Assembly: ReactiveUI.Binding.Wpf.dll
Full name: ReactiveUI.Binding.Wpf.DependencyObjectObservableForProperty
Modifiers: public
Summary¶
Creates an observable for a property if available that is based on a WPF DependencyProperty.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
Class hierarchy
classDiagram
class DependencyObjectObservableForProperty
class ICreatesObservableForProperty {
<>
}
ICreatesObservableForProperty <|.. DependencyObjectObservableForProperty
Implements: ICreatesObservableForProperty
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetAffinityForObject | Returns a positive integer for types this implementation can observe, or zero/negative for unsupported types. Higher values win. |
| GetNotificationForProperty | Creates an observable that fires when the specified property changes. |