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