Skip to content

IconSourceElementConverter.Convert(object, Type, object, CultureInfo) method

Defined in

Type: IconSourceElementConverter Namespace: CrissCross.WPF.UI.Converters Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Summary: Converts a value to an IconElement.

Parameters

NameTypeDescription
valueobjectThe value to convert.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter.
cultureCultureInfoThe culture to use in the converter.

Returns: object -- The converted IconElement.