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