DirectPropertyBase<TValue>.

GetMetadata(Type) Method

Summary

Gets the property metadata for the specified type.
Namespace
Avalonia
Containing Type
DirectPropertyBase<TValue>

Syntax

public DirectPropertyMetadata<TValue> GetMetadata(Type type)

Parameters

Name Type Description
type Type The type.

Return Value

Type Description
DirectPropertyMetadata<TValue> The property metadata.