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 |
A function which returns the value. |
Return Value
Type | Description |
---|---|
void |