Summary
Initializes a new instance of the
AvaloniaPropertyValue
class.
- Namespace
- Avalonia
.Diagnostics - Containing Type
- Avalonia
Property Value
Syntax
public AvaloniaPropertyValue(AvaloniaProperty property, object value, BindingPriority priority, string diagnostic)
Parameters
Name | Type | Description |
---|---|---|
property | AvaloniaProperty | The property. |
value | object | The current property value. |
priority | BindingPriority | The priority of the current value. |
diagnostic | string | A diagnostic string. |
Return Value
Type | Description |
---|---|
void |