IconSourceElementConverter.ConvertBack(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 ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Summary: Converts an IconElement back to an IconSourceElement.
Parameters
| Name | Type | Description |
|---|---|---|
value | object | The value to convert. |
targetType | Type | The type of the binding target property. |
parameter | object | The converter parameter. |
culture | CultureInfo | The culture to use in the converter. |
Returns: object -- The converted IconSourceElement.