Click or drag to resize

InverseBoolConverter Class

An inverse boolean converter.
Inheritance Hierarchy
SystemObject
  butterflow_uiInverseBoolConverter

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.5.43134 (1.0.0.0)
Syntax
C#
[ValueConversionAttribute(typeof(bool), typeof(bool))]
public class InverseBoolConverter : IValueConverter

The InverseBoolConverter type exposes the following members.

Constructors
  NameDescription
Public methodInverseBoolConverter
Initializes a new instance of the InverseBoolConverter class
Top
Methods
  NameDescription
Public methodConvert
Converts a boolean to its inverse.
Public methodConvertBack
Converts an inverse boolean back to its original state.
Top
See Also