Bind Method
Returns a binding accessor that can be passed to AvaloniaObject's [] operator to initiate a binding.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IndexerDescriptor Bind()
Public Function Bind As IndexerDescriptor
member Bind : unit -> IndexerDescriptor
Return Value
IndexerDescriptor
A IndexerDescriptor.
Remarks
The ! and ~ operators are short forms of this.