Summary
Initializes a new instance of the
AvaloniaProperty<TValue>
class.
- Namespace
- Avalonia
- Containing Type
- AvaloniaProperty
<TValue>
Syntax
protected AvaloniaProperty(string name, Type ownerType, AvaloniaPropertyMetadata metadata, Action<IAvaloniaObject, bool> notifying = null)
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. |
notifying | Action |
A Notifying callback. |
Return Value
Type | Description |
---|---|
void |