[]
Converts a visibility value back to an array of boolean values.
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object | value | The value that the binding target produces. |
| Type[] | targetTypes | The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return. |
| object | parameter | The converter parameter to use. |
| CultureInfo | culture | The culture to use in the converter. |
| Type | Description |
|---|---|
| object[] | An array of values that have been converted from the target value back to the source values. |