DependencyObjectObservableForProperty class¶
Attributes: [RequiresUnreferencedCode("Uses reflection to find DependencyProperty static fields/properties.")]
Defined in
Namespace: ReactiveUI.Binding.Maui
Assembly: ReactiveUI.Binding.Maui.dll
Full name: ReactiveUI.Binding.Maui.DependencyObjectObservableForProperty
Modifiers: public
Summary¶
Creates an observable for a property if available that is based on a WinUI DependencyProperty.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041
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. |