CornerRadiusFilterConverter.ConvertBack Method

Definition

Not implemented.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 virtual Platform::Object ^ ConvertBack(Platform::Object ^ value, TypeName targetType, Platform::Object ^ parameter, Platform::String ^ language) = ConvertBack;
IInspectable ConvertBack(IInspectable const& value, TypeName const& targetType, IInspectable const& parameter, winrt::hstring const& language);
public object ConvertBack(object value, System.Type targetType, object parameter, string language);
Public Function ConvertBack (value As Object, targetType As Type, parameter As Object, language As String) As Object

Parameters

value
Object

Platform::Object

IInspectable

The target data being passed to the source.

targetType
TypeName Type

The type of the target property.

parameter
Object

Platform::Object

IInspectable

An optional parameter to be used in the converter logic.

language
String

Platform::String

winrt::hstring

The language of the conversion.

Returns

Object

Platform::Object

IInspectable

The value to be passed to the source object.

Implements

M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.String) M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(Platform::Object,Windows.UI.Xaml.Interop.TypeName,Platform::Object,Platform::String) M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(IInspectable,Windows.UI.Xaml.Interop.TypeName,IInspectable,winrt::hstring)

Remarks

The IValueConverter.ConvertBack method of the IValueConverter interface is called only in TwoWay bindings. It is not implemented for the CornerRadiusFilterConverter.

Applies to