Summary
Initializes a new instance of the
Setter
class.
- Namespace
- Avalonia
.Styling - Containing Type
- Setter
Syntax
public Setter(AvaloniaProperty property, object value)
Parameters
Name | Type | Description |
---|---|---|
property | AvaloniaProperty | The property to set. |
value | object | The property value. |
Return Value
Type | Description |
---|---|
void |