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