AvaloniaObjectItem(IndexerDescriptor) Property

Gets or sets a binding for a AvaloniaProperty.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IBinding this[
	IndexerDescriptor binding
] { get; set; }

Parameters

binding  IndexerDescriptor
The binding information.

Property Value

IBinding

See Also