AvaloniaPropertyRegistry.

FindRegistered(Type, string) Method

Summary

Finds a registered property on a type by name.
Namespace
Avalonia
Containing Type
AvaloniaPropertyRegistry

Syntax

public AvaloniaProperty FindRegistered(Type type, string name)

Parameters

Name Type Description
type Type The type.
name string The property name.

Return Value

Type Description
AvaloniaProperty The registered property or null if no matching property found.