AvaloniaPropertyBind 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) Version: 11.3.999
public IndexerDescriptor Bind()

Return Value

IndexerDescriptor
A IndexerDescriptor.

Remarks

The ! and ~ operators are short forms of this.

See Also