Summary
Gets the property metadata for the specified type.
- Namespace
- Avalonia
- Containing Type
- AvaloniaProperty
Syntax
public AvaloniaPropertyMetadata GetMetadata<T>() where T : IAvaloniaObject
Type Parameters
Name | Description |
---|---|
T | The type. |
Return Value
Type | Description |
---|---|
Avalonia |
The property metadata. |