Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.14 KB

cornerradiustothicknessconverter_convertback_2106225504.md

File metadata and controls

44 lines (25 loc) · 1.14 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.CornerRadiusToThicknessConverter.ConvertBack(System.Object,Windows.UI.Xaml.Interop.TypeName,System.Object,System.String)
winrt method

Microsoft.UI.Xaml.Controls.Primitives.CornerRadiusToThicknessConverter.ConvertBack(System.Object,Windows.UI.Xaml.Interop.TypeName,System.Object,System.String)

-description

Not implemented.

-parameters

-param value

The target data being passed to the source.

-param targetType

The type of the target property.

-param parameter

An optional parameter to be used in the converter logic.

-param language

The language of the conversion.

-returns

The value to be passed to the source object.

-remarks

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

-see-also

-examples