Summary
Initializes a new instance of the
DirectProperty<TOwner, TValue>
class.
- Namespace
- Avalonia
- Containing Type
- DirectProperty
<TOwner, TValue>
Syntax
public DirectProperty(string name, Func<TOwner, TValue> getter, Action<TOwner, TValue> setter, DirectPropertyMetadata<TValue> metadata)
Parameters
Return Value
Type | Description |
---|---|
void |