BoolConverters Class

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

Definition

Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class BoolConverters
Inheritance
Object    BoolConverters

Fields

And A multi-value converter that returns true if all inputs are true.
Not A value converter that returns true when input is false and false when input is true.
Or A multi-value converter that returns true if any of the inputs is true.

See Also