IsRegistered(Object, AvaloniaProperty) Method
Checks whether a AvaloniaProperty is registered on a object.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsRegistered(
Object o,
AvaloniaProperty property
)
Public Function IsRegistered (
o As Object,
property As AvaloniaProperty
) As Boolean
member IsRegistered :
o : Object *
property : AvaloniaProperty -> bool
Parameters
- Object
- The object.
- AvaloniaProperty
- The property.
Return Value
Boolean
True if the property is registered, otherwise false.
See Also
Reference
AvaloniaPropertyRegistry Class
IsRegistered Overload
Avalonia Namespace