GetTooltipMaxWidthConverterConvertBack - метод

Converts a value.

Definition

Пространство имён: Tessa.UI.Views.Content.Table
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Параметры

value  Object
The value that is produced by the binding target.
targetType  Type
The type to convert to.
parameter  Object
The converter parameter to use.
culture  CultureInfo
The culture to use in the converter.

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

Object
A converted value. If the method returns , the valid null value is used.

Реализации

IValueConverterConvertBack(Object, Type, Object, CultureInfo)

См. также