DelayedBinding.

Add(IStyledElement, PropertyInfo, Func<IStyledElement, object>) Method

Summary

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

Syntax

public static void Add(IStyledElement target, PropertyInfo property, Func<IStyledElement, object> value)

Parameters

Name Type Description
target IStyledElement The control.
property PropertyInfo The property on the control to bind to.
value Func<IStyledElement, object> A function which returns the value.

Return Value

Type Description
void