Summary
Overrides the metadata for the property on the specified type.
- Namespace
- Avalonia
- Containing Type
- AvaloniaProperty
Syntax
protected void OverrideMetadata(Type type, AvaloniaPropertyMetadata metadata)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type. |
metadata | Avalonia |
The metadata. |
Return Value
Type | Description |
---|---|
void |