Class InvertBooleanConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Converts a boolean value to its inverse.
[ValueConversion(typeof(bool), typeof(bool))]
public class InvertBooleanConverter : IValueConverter
- Inheritance
-
InvertBooleanConverter
- Implements
Methods
- Convert(object, Type, object, CultureInfo)
Converts a boolean value to its inverse.
- ConvertBack(object, Type, object, CultureInfo)
Converts a boolean value back to its inverse.