Summary
Initializes a new instance of the
DirectPropertyBase<TValue>
class.
- Namespace
- Avalonia
- Containing Type
- DirectPropertyBase
<TValue>
Syntax
protected DirectPropertyBase(DirectPropertyBase<TValue> source, Type ownerType, AvaloniaPropertyMetadata metadata)
Parameters
Name | Type | Description |
---|---|---|
source | DirectPropertyBase |
The property to copy. |
ownerType | Type | The new owner type. |
metadata | Avalonia |
Optional overridden metadata. |
Return Value
Type | Description |
---|---|
void |