BindingExpression.

BindingExpression(ExpressionObserver, Type, IValueConverter, object, BindingPriority) Constructor

Summary

Initializes a new instance of the ExpressionObserver class.
Namespace
Avalonia.Data.Core
Containing Type
BindingExpression

Syntax

public BindingExpression(ExpressionObserver inner, Type targetType, IValueConverter converter, object converterParameter = null, BindingPriority priority = LocalValue)

Parameters

Name Type Description
inner ExpressionObserver The ExpressionObserver.
targetType Type The type to convert the value to.
converter IValueConverter The value converter to use.
converterParameter object A parameter to pass to converter.
priority BindingPriority The binding priority.

Return Value

Type Description
void