AvaloniaPropertyValue.

AvaloniaPropertyValue(AvaloniaProperty, object, BindingPriority, string) Constructor

Summary

Initializes a new instance of the AvaloniaPropertyValue class.
Namespace
Avalonia.Diagnostics
Containing Type
AvaloniaPropertyValue

Syntax

public AvaloniaPropertyValue(AvaloniaProperty property, object value, BindingPriority priority, string diagnostic)

Parameters

Name Type Description
property AvaloniaProperty The property.
value object The current property value.
priority BindingPriority The priority of the current value.
diagnostic string A diagnostic string.

Return Value

Type Description
void