Converter that takes a bool
value and translates it into a visibility.
More...
Public Member Functions | |
object | Convert (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Conversion of bool to Visibility. | |
Converter that takes a bool
value and translates it into a visibility.
object Convert | ( | object[] | values, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture ) |
Conversion of bool
to Visibility.
values | values to be compared for equality |
targetType | Target type for conversion. |
parameter | Conversion parameter. |
culture | Conversion culture (ignored). |