[]
Converts an array of boolean values to a visibility value.
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object[] | values | The array of values that the source bindings in the MultiBinding produces. The value UnsetValue indicates that the source binding has no value to provide for conversion. |
| Type | targetType | The type of the binding target property. |
| object | parameter | The converter parameter to use. |
| CultureInfo | culture | The culture to use in the converter. |
| Type | Description |
|---|---|
| object | A Visibility value. If any of the boolean values is |