AvaloniaPropertyRegistry.

IsRegistered(Type, AvaloniaProperty) Method

Summary

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

Syntax

public bool IsRegistered(Type type, AvaloniaProperty property)

Parameters

Name Type Description
type Type The type.
property AvaloniaProperty The property.

Return Value

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