LeftMarginMultiplierConverterConvertBack - метод
The convert back.
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Object ConvertBack(
Object value,
Type targetType,
Object parameter,
CultureInfo culture
)
Public Function ConvertBack (
value As Object,
targetType As Type,
parameter As Object,
culture As CultureInfo
) As Object
public:
virtual Object^ ConvertBack(
Object^ value,
Type^ targetType,
Object^ parameter,
CultureInfo^ culture
) sealed
abstract ConvertBack :
value : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
override ConvertBack :
value : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
- value Object
-
The value.
- targetType Type
-
The target type.
- parameter Object
-
The parameter.
- culture CultureInfo
-
The culture.
Object
The
Object.
IValueConverterConvertBack(Object, Type, Object, CultureInfo)