BoolNegationConverter Class

Definition

Value converter that applies NOT operator to a Boolean value.

public class BoolNegationConverter : Windows.UI.Xaml.Data.IValueConverter
type BoolNegationConverter = class
    interface IValueConverter
Public Class BoolNegationConverter
Implements IValueConverter
Inheritance
BoolNegationConverter
Implements
Windows.UI.Xaml.Data.IValueConverter

Constructors

BoolNegationConverter()

Methods

Convert(Object, Type, Object, String)

Convert a boolean value to its negation.

ConvertBack(Object, Type, Object, String)

Convert back a boolean value to its negation.

Applies to