InversionMode Enumeration |
Namespace: BionicCode.Utilities.Net.Framework.Wpf.Markup
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Default/Unset value | |
| OneWay | 1 | Only invert value from binding source to target. | |
| OneWayToSource | 2 | Only invert from binding target to source. | |
| TwoWay | 3 | Invert bi-directional. | |
| OneTime | 4 | Only invert on initialization (from source to target). |