IBinding Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Holds a binding that can be applied to a property on an object.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IBinding
<NotClientImplementableAttribute>
Public Interface IBinding
[<NotClientImplementableAttribute>]
type IBinding = interface end
Methods
Initiate(AvaloniaObject, AvaloniaProperty, Object, Boolean) | Initiates the binding on a target object. Obsolete. |