AvaloniaObjectBind(AvaloniaProperty, IBinding) Method

Binds a AvaloniaProperty to an IBinding.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public BindingExpressionBase Bind(
	AvaloniaProperty property,
	IBinding binding
)

Parameters

property  AvaloniaProperty
The property.
binding  IBinding
The binding.

Return Value

BindingExpressionBase
The binding expression which represents the binding instance on this object.

See Also