Summary
Gets the property metadata for the specified type.
- Namespace
- Avalonia
- Containing Type
- DirectPropertyBase
<TValue>
Syntax
public DirectPropertyMetadata<TValue> GetMetadata(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type. |
Return Value
Type | Description |
---|---|
Direct |
The property metadata. |