BindingOperationsApply(AvaloniaObject, AvaloniaProperty, InstancedBinding) Method
Note: This API is now obsolete.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[ObsoleteAttribute("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")]
public static IDisposable Apply(
AvaloniaObject target,
AvaloniaProperty property,
InstancedBinding binding
)
<ObsoleteAttribute("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")>
Public Shared Function Apply (
target As AvaloniaObject,
property As AvaloniaProperty,
binding As InstancedBinding
) As IDisposable
[<ObsoleteAttribute("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")>]
static member Apply :
target : AvaloniaObject *
property : AvaloniaProperty *
binding : InstancedBinding -> IDisposable
- target AvaloniaObject
- The target object.
- property AvaloniaProperty
- The property to bind.
- binding InstancedBinding
- The instanced binding.
IDisposableAn
IDisposable which can be used to cancel the binding.