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)
- C#
- VB
- F#
public static class BoolConverters
Public NotInheritable Class BoolConverters
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BoolConverters = class end
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. |