DelayedBinding.

Add(IStyledElement, AvaloniaProperty, IBinding) Method

Summary

Adds a delayed binding to a control.
Namespace
Avalonia.Markup.Data
Containing Type
DelayedBinding

Syntax

public static void Add(IStyledElement target, AvaloniaProperty property, IBinding binding)

Parameters

Name Type Description
target IStyledElement The control.
property AvaloniaProperty The property on the control to bind to.
binding IBinding The binding.

Return Value

Type Description
void