Skip to main content

GetRegisteredAttached Method

Gets all attached AvaloniaPropertys registered on a type.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public IReadOnlyList<AvaloniaProperty> GetRegisteredAttached(
Type type
)

Parameters

  Type
The type.

Return Value

IReadOnlyList(AvaloniaProperty)
A collection of AvaloniaProperty definitions.

See Also

Reference

AvaloniaPropertyRegistry Class
Avalonia Namespace