This namespace contains controls for use in Bindings in WPF applications. More...
Classes | |
| class | BoolInversionConverter |
| Converter that inverts a boolean value. More... | |
| class | BoolToVisibilityConverter |
| Converter that takes a bool value and translates it into a visibility. More... | |
| class | ComparisonToVisibilityConverter |
Converter that takes a bool value and translates it into a visibility. More... | |
| class | GlowConverter |
| Converter that converts a brush into a slightly brighter and more transparent version of itself. More... | |
| class | MathConverter |
| Converts the binding values according to the mathematical expression in the parameter. More... | |
| class | NoEmptyStringConverter |
| Converter that inverts a boolean value. More... | |
| class | ProductConverter |
| Converter that builds the product of an arbitrary number of input values or over an input value and a constant. More... | |
| class | TernaryEqualityCheckConverter |
| Compares the binding values 1 and 2. If both are equal (or not equal, depending on the parameter value...) then value 3 is returned, otherwise value 4 is returned. Any value beyond 4 will be ignored. More... | |
| class | ThicknessComposeConverter |
| Composes a Thickness value from 1 or more input values, potentially doing calculations on them as defined by the converter parameter. More... | |
Enumerations | |
| enum | BoolToVisibilityConversion { TrueVisibleFalseHidden , TrueVisibleFalseCollapsed , TrueHiddenFalseVisible , TrueCollapsedFalseVisible } |
| The different conversion modes supported by this converter. More... | |
| enum | TernaryEqualityCheck { Equality , Inequality } |
| Operation logic for the TernaryEqualityCheckConverter. More... | |
This namespace contains controls for use in Bindings in WPF applications.
The different conversion modes supported by this converter.
| enum TernaryEqualityCheck |
Operation logic for the TernaryEqualityCheckConverter.
| Enumerator | |
|---|---|
| Equality | check for equality |
| Inequality | check for inequality |