StyledPropertyBase<TValue>.

OverrideMetadata(Type, StyledPropertyMetadata<TValue>) Method

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

Return Value

Type Description
void