AvaloniaPropertyRegistry.

IsRegistered(object, AvaloniaProperty) Method

Summary

Checks whether a AvaloniaProperty is registered on a object.
Namespace
Avalonia
Containing Type
AvaloniaPropertyRegistry

Syntax

public bool IsRegistered(object o, AvaloniaProperty property)

Parameters

Name Type Description
o object The object.
property AvaloniaProperty The property.

Return Value

Type Description
bool True if the property is registered, otherwise false.