AvaloniaPropertyRegistry.

GetRegisteredAttached(Type) Method

Summary

Gets all attached AvaloniaPropertys registered on a type.
Namespace
Avalonia
Containing Type
AvaloniaPropertyRegistry

Syntax

public IReadOnlyList<AvaloniaProperty> GetRegisteredAttached(Type type)

Parameters

Name Type Description
type Type The type.

Return Value

Type Description
IReadOnlyList<AvaloniaProperty> A collection of AvaloniaProperty definitions.