AvaloniaProperty.

GetMetadata<T>() Method

Summary

Gets the property metadata for the specified type.
Namespace
Avalonia
Containing Type
AvaloniaProperty

Syntax

public AvaloniaPropertyMetadata GetMetadata<T>() where T : IAvaloniaObject

Type Parameters

Name Description
T The type.

Return Value

Type Description
AvaloniaPropertyMetadata The property metadata.