Skip to main content

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)

public static class BoolConverters
View Source
InheritanceObject → BoolConverters

Fields

AndA multi-value converter that returns true if all inputs are true.
NotA value converter that returns true when input is false and false when input is true.
OrA multi-value converter that returns true if any of the inputs is true.

See Also

Reference

Avalonia.Data.Converters Namespace