Summary
Gets a diagnostic for a
AvaloniaProperty
on a AvaloniaObject
.
- Namespace
- Avalonia
.Diagnostics - Containing Type
- Avalonia
Object Extensions
Syntax
public static AvaloniaPropertyValue GetDiagnostic(this AvaloniaObject o, AvaloniaProperty property)
Parameters
Name | Type | Description |
---|---|---|
o | AvaloniaObject | The object. |
property | AvaloniaProperty | The property. |
Return Value
Type | Description |
---|---|
Avalonia |
A AvaloniaPropertyValue that can be used to diagnose the state of the
property on the object.
|