BoolConverters Class

Summary

Provides a set of useful IValueConverters for working with bool values.
Namespace
Avalonia.Data.Converters
Base Types
  • object
graph BT Type-->Base0["object"] Type["BoolConverters"] class Type type-node

Syntax

public static class BoolConverters

Fields

Name Constant Value Summary
And
A multi-value converter that returns true if all inputs are true.
static
Or
A multi-value converter that returns true if any of the inputs is true.
static