Click or drag to resize

LogicalOperation Enumeration

The logical operation performed by the LogicalMultiValueConverter

Namespace: TomsToolbox.Wpf.Converters
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum LogicalOperation
Members
Member nameValueDescription
And0 The logical AND operation; returns true if all items are true.
Or1 The logical OR operation; returns true if any item is true.
See Also