[]
        
(Showing Draft Content)

C1.WPF.DoubleToThicknessConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

Converts double value to the thickness with uniform length on each side.

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value
Type targetType
object parameter
CultureInfo culture
Returns
Type Description
object
Implements