AvaloniaPropertyValue Class

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

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.