AvaloniaPropertyRegistry.

FindRegistered(IAvaloniaObject, string) Method

Summary

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

Syntax

public AvaloniaProperty FindRegistered(IAvaloniaObject o, string name)

Parameters

Name Type Description
o IAvaloniaObject The object.
name string The property name.

Return Value

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