Summary
Sets a
AvaloniaProperty
value.
- Namespace
- Avalonia
- Containing Type
- AvaloniaObject
Syntax
public void SetValue(AvaloniaProperty property, object value, BindingPriority priority = LocalValue)
Parameters
Name | Type | Description |
---|---|---|
property | AvaloniaProperty | The property. |
value | object | The value. |
priority | BindingPriority | The priority of the value. |
Return Value
Type | Description |
---|---|
void |