InverseBoolConverter Class | 
  An inverse boolean converter. 
Inheritance Hierarchy 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[ValueConversionAttribute(typeof(bool), typeof(bool))]
public class InverseBoolConverter : IValueConverter
<ValueConversionAttribute(GetType(Boolean), GetType(Boolean))>
Public Class InverseBoolConverter
	Implements IValueConverter
[ValueConversionAttribute(typeof(bool), typeof(bool))]
public ref class InverseBoolConverter : IValueConverter
[<ValueConversionAttribute(typeof(bool), typeof(bool))>]
type InverseBoolConverter =  
    class
        interface IValueConverter
    endThe InverseBoolConverter type exposes the following members.
Constructors
Methods| 
								 
							 | Name | Description | 
|---|
  | Convert |  Converts a boolean to its inverse.   | 
  | ConvertBack |  Converts an inverse boolean back to its original state.   | 
Top
See Also