CornerRadiusToThicknessConverter.ConvertBack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not implemented.
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);
function convertBack(value, targetType, parameter, 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.
- 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
The value to be passed to the source object.
Implements
Remarks
The IValueConverter.ConvertBack method of the IValueConverter interface is called only in TwoWay bindings. It is not implemented for the CornerRadiusToThicknessConverter.