BindingValueTWithValue Method

Returns a new binding value with the specified value.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public BindingValue<T> WithValue(
	T value
)

Parameters

value  T
The new value.

Return Value

BindingValueT
The new binding value.

Exceptions

See Also