Summary
Returns a binding accessor that can be passed to
AvaloniaObject
's []
operator to initiate a binding.
- Namespace
- Avalonia
- Containing Type
- AvaloniaProperty
Syntax
public IndexerDescriptor Bind()
Remarks
The ! and ~ operators are short forms of this.
Return Value
Type | Description |
---|---|
IndexerDescriptor | A IndexerDescriptor . |