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
Not
A value converter that returns true when input is false and false when input is true.
public static readonly IValueConverter Not
Field Value
Or
A multi-value converter that returns true if any of the inputs is true.
public static readonly IMultiValueConverter Or