BoolConverters Class
Namespace: Avalonia.Data.ConvertersAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class BoolConverters
Public NotInheritable Class BoolConverters
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BoolConverters = class end
- Inheritance
- Object BoolConverters
| 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.
|