Summary
Initializes a new instance of the
Binding
class.
- Namespace
- Avalonia
.Data - Containing Type
- Binding
Syntax
public Binding(string path, BindingMode mode = Default)
Parameters
Name | Type | Description |
---|---|---|
path | string | The binding path. |
mode | BindingMode | The binding mode. |
Return Value
Type | Description |
---|---|
void |