[]
Represents a converter that converts boolean values to visibility values and back.
public sealed class MultiValueVisibilityConverter : IMultiValueConverter
Name | Description |
---|---|
MultiValueVisibilityConverter() |
Name | Description |
---|---|
Convert(object[], Type, object, CultureInfo) | Converts an array of boolean values to a visibility value. |
ConvertBack(object, Type[], object, CultureInfo) | Converts a visibility value back to an array of boolean values. |