Summary
Initializes a new instance of the
DirectPropertyBase<TValue>
class.
- Namespace
- Avalonia
- Containing Type
- DirectPropertyBase
<TValue>
Syntax
protected DirectPropertyBase(string name, Type ownerType, AvaloniaPropertyMetadata metadata)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the property. |
ownerType | Type | The type of the class that registers the property. |
metadata | Avalonia |
The property metadata. |
Return Value
Type | Description |
---|---|
void |