Summary
Holds diagnostic-related information about the value of a
AvaloniaProperty
on a AvaloniaObject
.
- Namespace
- Avalonia
.Diagnostics - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AvaloniaPropertyValue"]
class Type type-node
Syntax
public class AvaloniaPropertyValue
Constructors
Name | Summary |
---|---|
Avalonia |
Initializes a new instance of the AvaloniaPropertyValue class.
|
Properties
Name | Value | Summary |
---|---|---|
Diagnostic | string |
Gets a diagnostic string.
|
Priority | BindingPriority |
Gets the priority of the current value.
|
Property | AvaloniaProperty |
Gets the property.
|
Value | object |
Gets the current property value.
|