Table of Contents

Class BoolConverters

Namespace
Avalonia.Data.Converters
Assembly
Avalonia.Base.dll

Provides a set of useful IValueConverters for working with bool values.

public static class BoolConverters
Inheritance
BoolConverters
Inherited Members

Fields

And

A multi-value converter that returns true if all inputs are true.

public static readonly IMultiValueConverter And

Field Value

IMultiValueConverter

Not

A value converter that returns true when input is false and false when input is true.

public static readonly IValueConverter Not

Field Value

IValueConverter

Or

A multi-value converter that returns true if any of the inputs is true.

public static readonly IMultiValueConverter Or

Field Value

IMultiValueConverter