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