DirectPropertyBaseTValueOverrideMetadata(Type, DirectPropertyMetadataTValue) Method

Overrides the metadata for the property on the specified type.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void OverrideMetadata(
	Type type,
	DirectPropertyMetadata<TValue> metadata
)

Parameters

type  Type
The type.
metadata  DirectPropertyMetadataTValue
The metadata.

See Also