ScrollingItemWidthToHeightMultiConverterConvertBack - метод

Converts a binding target value to the source binding values.

Definition

Пространство имён: Tessa.UI.Controls.Scrolling
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.5
C#
public Object[] ConvertBack(
	Object value,
	Type[] targetTypes,
	Object parameter,
	CultureInfo culture
)

Параметры

value  Object
The value that the binding target produces.
targetTypes  Type
The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.
parameter  Object
The converter parameter to use.
culture  CultureInfo
The culture to use in the converter.

Возвращаемое значение

Object
An array of values that have been converted from the target value back to the source values.

Реализации

IMultiValueConverterConvertBack(Object, Type, Object, CultureInfo)

См. также