StyledPropertyBase<TValue>.

OverrideMetadata<T>(StyledPropertyMetadata<TValue>) Method

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 StyledPropertyMetadata<TValue> The metadata.

Return Value

Type Description
void