NegateBooleanConverter Class

Definition

Microsoft internal use only.

public ref class NegateBooleanConverter sealed : System::Windows::Data::IValueConverter
public sealed class NegateBooleanConverter : System.Windows.Data.IValueConverter
type NegateBooleanConverter = class
    interface IValueConverter
Public NotInheritable Class NegateBooleanConverter
Implements IValueConverter
Inheritance
NegateBooleanConverter
Implements

Constructors

NegateBooleanConverter()

Instantiates a new instance of NegateBooleanConverter.

Methods

Convert(Object, Type, Object, CultureInfo)

Returns a value that is the negation of the specified Boolean value.

ConvertBack(Object, Type, Object, CultureInfo)

Returns a value that is the negation of the specified Boolean value.

Applies to