Click or drag to resize

ThicknessMultiplyConverterConvert Method (Object, Object)

Converts the specified values.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static Object Convert(
	Object? value,
	Object? parameter
)

Parameters

value
Type: SystemObject
The value.
parameter
Type: SystemObject
The parameter.

Return Value

Type: Object
The multiplied thickness.
See Also