StyledPropertyBase<TValue>.

GetMetadata(Type) Method

Summary

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

Syntax

public StyledPropertyMetadata<TValue> GetMetadata(Type type)

Parameters

Name Type Description
type Type The type.

Return Value

Type Description
StyledPropertyMetadata<TValue> The property metadata.